Uses of Interface
org.apache.activemq.artemis.api.core.client.SessionFailureListener
-
-
Uses of SessionFailureListener in org.apache.activemq.artemis.api.core.client
Methods in org.apache.activemq.artemis.api.core.client with parameters of type SessionFailureListener Modifier and Type Method Description voidClientSession. 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 SessionFailureListener Modifier and Type Method Description voidClientSessionFactoryImpl. 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 SessionFailureListener Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered. -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.server.cluster.qourum
Classes in org.apache.activemq.artemis.core.server.cluster.qourum that implement SessionFailureListener Modifier and Type Class Description classSharedNothingBackupQuorum -
Uses of SessionFailureListener in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement SessionFailureListener Modifier and Type Class Description classFederatedQueueConsumerImplclassFederationDownstream -
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 Modifier and Type Class Description classActiveMQXAResourceWrapperXAResourceWrapper.
-