Uses of Interface
org.eclnt.jsfserver.streamstore.IStreamStoreWithBinary
Packages that use IStreamStoreWithBinary
-
Uses of IStreamStoreWithBinary in org.eclnt.jsfserver.streamstore
Classes in org.eclnt.jsfserver.streamstore that implement IStreamStoreWithBinaryModifier and TypeClassDescriptionclassIStreamStoreimplementation that persist the stream store data within the file system.classWrapper class that wraps a string basedIStreamStore-implementation and provides the binary functions on top.Methods in org.eclnt.jsfserver.streamstore that return IStreamStoreWithBinaryModifier and TypeMethodDescriptionstatic IStreamStoreWithBinaryStreamStore.getCrossTenantInstanceWithBinary()In most cases information within the stream store is kept separated by the current tenant.static IStreamStoreWithBinaryStreamStore.getInstanceWithBinary()This is the default access to the implementation ofIStreamStoreWithBinary.