Uses of Interface
org.eclnt.jsfserver.streamstore.IStreamStore
Packages that use IStreamStore
-
Uses of IStreamStore in org.eclnt.jsfserver.streamstore
Subinterfaces of IStreamStore in org.eclnt.jsfserver.streamstoreModifier and TypeInterfaceDescriptioninterface
Extended version of stream store - with direc reading of binary data.Classes in org.eclnt.jsfserver.streamstore that implement IStreamStoreModifier and TypeClassDescriptionclass
IStreamStore
implementation that persist the stream store data within the file system.class
Streamstore implementation that directly works with JDBC.class
Wrapper class that wraps a string basedIStreamStore
-implementation and provides the binary functions on top.Methods in org.eclnt.jsfserver.streamstore that return IStreamStoreModifier and TypeMethodDescriptionstatic IStreamStore
StreamStore.getCrossTenantInstance()
In most cases information within the stream store is kept separated by the current tenant.static IStreamStore
StreamStore.getInstance()
This is the default access to the implementation ofIStreamStore
.StreamStoreWithBinaryWrapper.getStringInstance()
Returns the original string instance that is wrapped.Constructors in org.eclnt.jsfserver.streamstore with parameters of type IStreamStore