Uses of Interface
org.wildfly.clustering.web.cache.session.SessionAttributeActivationNotifier
-
Packages that use SessionAttributeActivationNotifier Package Description org.wildfly.clustering.web.cache.session org.wildfly.clustering.web.cache.session.fine -
-
Uses of SessionAttributeActivationNotifier in org.wildfly.clustering.web.cache.session
Classes in org.wildfly.clustering.web.cache.session that implement SessionAttributeActivationNotifier Modifier and Type Class Description classImmutableSessionAttributeActivationNotifier<S,C,L>Triggers activation/passivation events for a single session attribute.Fields in org.wildfly.clustering.web.cache.session with type parameters of type SessionAttributeActivationNotifier Modifier and Type Field Description static BiConsumer<SessionAttributeActivationNotifier,Object>SessionAttributeActivationNotifier. POST_ACTIVATEstatic BiConsumer<SessionAttributeActivationNotifier,Object>SessionAttributeActivationNotifier. PRE_PASSIVATE -
Uses of SessionAttributeActivationNotifier in org.wildfly.clustering.web.cache.session.fine
Constructors in org.wildfly.clustering.web.cache.session.fine with parameters of type SessionAttributeActivationNotifier Constructor Description FineSessionAttributes(NK key, AtomicReference<Map<String,UUID>> names, Map<NK,Map<String,UUID>> namesCache, Function<UUID,K> keyFactory, Map<K,V> attributeCache, org.wildfly.clustering.marshalling.spi.Marshaller<Object,V> marshaller, org.wildfly.clustering.ee.MutatorFactory<K,V> mutatorFactory, org.wildfly.clustering.ee.Immutability immutability, CacheProperties properties, SessionAttributeActivationNotifier notifier)
-