Uses of Interface
org.apache.activemq.artemis.core.remoting.FailureListener
-
-
Uses of FailureListener in org.apache.activemq.artemis.api.core.client
Subinterfaces of FailureListener in org.apache.activemq.artemis.api.core.client Modifier and Type Interface Description interfaceSessionFailureListenerA SessionFailureListener notifies the client when a failure occurred on the session. -
Uses of FailureListener in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement FailureListener Modifier and Type Class Description classClientSessionImpl -
Uses of FailureListener in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl that return types with arguments of type FailureListener Modifier and Type Method Description List<FailureListener>ManagementRemotingConnection. getFailureListeners()List<FailureListener>ManagementRemotingConnection. removeFailureListeners()Methods in org.apache.activemq.artemis.core.management.impl with parameters of type FailureListener Modifier and Type Method Description voidManagementRemotingConnection. addFailureListener(FailureListener listener)booleanManagementRemotingConnection. removeFailureListener(FailureListener listener)Method parameters in org.apache.activemq.artemis.core.management.impl with type arguments of type FailureListener Modifier and Type Method Description voidManagementRemotingConnection. setFailureListeners(List<FailureListener> listeners) -
Uses of FailureListener in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement FailureListener Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered. -
Uses of FailureListener in org.apache.activemq.artemis.core.server.cluster.qourum
Classes in org.apache.activemq.artemis.core.server.cluster.qourum that implement FailureListener Modifier and Type Class Description classSharedNothingBackupQuorum -
Uses of FailureListener in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement FailureListener Modifier and Type Class Description classFederatedQueueConsumerImplclassFederationDownstream -
Uses of FailureListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement FailureListener Modifier and Type Class Description classServerSessionImplServer side Session implementationstatic classServerSessionImpl.TempQueueCleanerUpper -
Uses of FailureListener in org.apache.activemq.artemis.core.server.routing.targets
Classes in org.apache.activemq.artemis.core.server.routing.targets that implement FailureListener Modifier and Type Class Description classActiveMQTarget -
Uses of FailureListener in org.apache.activemq.artemis.service.extensions.xa.recovery
Classes in org.apache.activemq.artemis.service.extensions.xa.recovery that implement FailureListener Modifier and Type Class Description classActiveMQXAResourceWrapperXAResourceWrapper. -
Uses of FailureListener in org.apache.activemq.artemis.spi.core.protocol
Fields in org.apache.activemq.artemis.spi.core.protocol with type parameters of type FailureListener Modifier and Type Field Description protected List<FailureListener>AbstractRemotingConnection. failureListenersMethods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type FailureListener Modifier and Type Method Description List<FailureListener>AbstractRemotingConnection. getFailureListeners()List<FailureListener>RemotingConnection. getFailureListeners()return all the failure listenersList<FailureListener>AbstractRemotingConnection. removeFailureListeners()List<FailureListener>RemotingConnection. removeFailureListeners()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type FailureListener Modifier and Type Method Description voidAbstractRemotingConnection. addFailureListener(FailureListener listener)voidRemotingConnection. addFailureListener(FailureListener listener)add a failure listener.booleanAbstractRemotingConnection. removeFailureListener(FailureListener listener)booleanRemotingConnection. removeFailureListener(FailureListener listener)remove the failure listenerMethod parameters in org.apache.activemq.artemis.spi.core.protocol with type arguments of type FailureListener Modifier and Type Method Description voidAbstractRemotingConnection. setFailureListeners(List<FailureListener> listeners)voidRemotingConnection. setFailureListeners(List<FailureListener> listeners)set the failure listeners.
-