Uses of Interface
org.wildfly.clustering.session.container.PassivationListener
-
Uses of PassivationListener in org.wildfly.clustering.session.container
Classes in org.wildfly.clustering.session.container that implement interfaces with type arguments of type PassivationListenerModifier and TypeClassDescriptionclassA mock container provider for unit testing.Methods in org.wildfly.clustering.session.container that return types with arguments of type PassivationListenerModifier and TypeMethodDescriptionMockContainerProvider.getSessionEventListener(Consumer<org.wildfly.clustering.session.Session<SC>> prePassivateEventNotifier, Consumer<org.wildfly.clustering.session.Session<SC>> postActivateEventNotifier) MockContainerProvider.getSessionEventListenerClass()Methods in org.wildfly.clustering.session.container with parameters of type PassivationListenerModifier and TypeMethodDescriptionMockContainerProvider.getPostActivateEventNotifier(PassivationListener<SC> listener) MockContainerProvider.getPrePassivateEventNotifier(PassivationListener<SC> listener)