Index

C G O 
All Classes and Interfaces|All Packages

C

ContainerProvider<CC,S,L,SC> - Interface in org.wildfly.clustering.session.container
Provider of container specific facades.
ContainerProvider.SessionAttributeEventListener<CC,S,L,SC> - Interface in org.wildfly.clustering.session.container
A provider where session attributes implement the passivation/activation event listener.
ContainerProvider.VoidEventListener<CC,S,SC> - Interface in org.wildfly.clustering.session.container
A provider that does not emit passivation/activation events.

G

getDetachableSession(SessionManager, ImmutableSession, CC) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns a container facade to a detachable session.
getDetachedSession(SessionManager, String, CC) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns a container facade to a detached session.
getId(CC) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns a unique identifier of the specified context.
getPostActivateEventNotifier(Void) - Method in interface org.wildfly.clustering.session.container.ContainerProvider.VoidEventListener
 
getPostActivateEventNotifier(L) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns a post-activation event notifier for the specified session event listener.
getPrePassivateEventNotifier(Void) - Method in interface org.wildfly.clustering.session.container.ContainerProvider.VoidEventListener
 
getPrePassivateEventNotifier(L) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns the pre-passivation event notifier for the specified session event listener.
getSessionEventListener(Consumer, Consumer) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Composes a specification listener with the specified pre/post event logic.
getSessionEventListener(Consumer, Consumer) - Method in interface org.wildfly.clustering.session.container.ContainerProvider.VoidEventListener
 
getSessionEventListener(S, Object) - Method in interface org.wildfly.clustering.session.container.ContainerProvider
Returns the container specific activation/passivation listener for the specified attribute of the specified session, if one exists.
getSessionEventListener(S, Object) - Method in interface org.wildfly.clustering.session.container.ContainerProvider.SessionAttributeEventListener
 
getSessionEventListener(S, Object) - Method in interface org.wildfly.clustering.session.container.ContainerProvider.VoidEventListener
 
getSessionEventListenerClass() - Method in interface org.wildfly.clustering.session.container.ContainerProvider.SessionAttributeEventListener
Returns the specification type of the session event listener implemented by interested session attributes.

O

org.wildfly.clustering.session.container - package org.wildfly.clustering.session.container
 
C G O 
All Classes and Interfaces|All Packages