Uses of Interface
org.apache.activemq.artemis.api.core.client.SessionFailureListener
Packages that use SessionFailureListener
Package
Description
-
Uses of SessionFailureListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type SessionFailureListenerModifier and TypeMethodDescriptionvoidClientSession.addFailureListener(SessionFailureListener listener) Adds a FailureListener to the session which is notified if a failure occurs on the session.booleanClientSession.removeFailureListener(SessionFailureListener listener) Removes a FailureListener to the session. -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type SessionFailureListenerModifier and TypeMethodDescriptionvoidClientSessionFactoryImpl.addFailureListener(SessionFailureListener listener) voidClientSessionFactoryInternal.addFailureListener(SessionFailureListener listener) voidClientSessionImpl.addFailureListener(SessionFailureListener listener) booleanClientSessionFactoryImpl.removeFailureListener(SessionFailureListener listener) booleanClientSessionFactoryInternal.removeFailureListener(SessionFailureListener listener) booleanClientSessionImpl.removeFailureListener(SessionFailureListener listener) -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement SessionFailureListenerModifier and TypeClassDescriptionclassclassA bridge with extra functionality only available when the server is clustered. -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.server.cluster.quorum
Classes in org.apache.activemq.artemis.core.server.cluster.quorum that implement SessionFailureListener -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement SessionFailureListener -
Uses of SessionFailureListener in org.apache.activemq.artemis.service.extensions.xa.recovery
Classes in org.apache.activemq.artemis.service.extensions.xa.recovery that implement SessionFailureListener -
Uses of SessionFailureListener in org.jboss.activemq.artemis.wildfly.integration.recovery
Classes in org.jboss.activemq.artemis.wildfly.integration.recovery that implement SessionFailureListenerModifier and TypeClassDescriptionclassThis class will have a simple Connection Factory and will listen for topology updates.