Interface SessionAttributesFactory<C,V>

Type Parameters:
C - the deployment context type
V - the marshalled value type
All Superinterfaces:
AutoCloseable, CacheEntryCreator<String,V,Void>, CacheEntryLocator<String,V>, CacheEntryRemover<String>, ImmutableSessionAttributesFactory<V>
All Known Implementing Classes:
CoarseSessionAttributesFactory, CoarseSessionAttributesFactory, FineSessionAttributesFactory, FineSessionAttributesFactory

public interface SessionAttributesFactory<C,V> extends ImmutableSessionAttributesFactory<V>, CacheEntryCreator<String,V,Void>, CacheEntryRemover<String>, AutoCloseable
Factory for creating a SessionAttributes object.
Author:
Paul Ferraro