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 TypeInterfaceDescriptioninterfaceExtended version of stream store - with direc reading of binary data.Classes in org.eclnt.jsfserver.streamstore that implement IStreamStoreModifier and TypeClassDescriptionclassIStreamStoreimplementation that persist the stream store data within the file system.classStreamstore implementation that directly works with JDBC.classWrapper 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 IStreamStoreStreamStore.getCrossTenantInstance()In most cases information within the stream store is kept separated by the current tenant.static IStreamStoreStreamStore.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