Interface SessionAttributesFactory<C,V>
- Type Parameters:
C- the deployment context typeV- the marshalled value type
- All Superinterfaces:
AutoCloseable,org.wildfly.clustering.cache.CacheEntryCreator<String,,V, Void> org.wildfly.clustering.cache.CacheEntryLocator<String,,V> org.wildfly.clustering.cache.CacheEntryRemover<String>,ImmutableSessionAttributesFactory<V>,org.wildfly.clustering.server.Registration
public interface SessionAttributesFactory<C,V>
extends ImmutableSessionAttributesFactory<V>, org.wildfly.clustering.cache.CacheEntryCreator<String,V,Void>, org.wildfly.clustering.cache.CacheEntryRemover<String>, org.wildfly.clustering.server.Registration
Factory for creating a
SessionAttributes object.- Author:
- Paul Ferraro
-
Field Summary
Fields inherited from interface org.wildfly.clustering.server.Registration
EMPTY -
Method Summary
Modifier and TypeMethodDescriptioncreateSessionAttributes(String id, V value, org.wildfly.clustering.session.ImmutableSessionMetaData metaData, C context) Methods inherited from interface org.wildfly.clustering.cache.CacheEntryCreator
createValue, createValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryLocator
findValue, findValueAsync, tryValue, tryValueAsyncMethods inherited from interface org.wildfly.clustering.cache.CacheEntryRemover
purge, purgeAsync, remove, removeAsyncMethods inherited from interface org.wildfly.clustering.session.cache.attributes.ImmutableSessionAttributesFactory
createImmutableSessionAttributesMethods inherited from interface org.wildfly.clustering.server.Registration
close
-
Method Details
-
createSessionAttributes
SessionAttributes createSessionAttributes(String id, V value, org.wildfly.clustering.session.ImmutableSessionMetaData metaData, C context)
-