Uses of Interface
org.apache.activemq.artemis.core.remoting.FailureListener
Packages that use FailureListener
Package
Description
-
Uses of FailureListener in org.apache.activemq.artemis.api.core.client
Subinterfaces of FailureListener in org.apache.activemq.artemis.api.core.clientModifier and TypeInterfaceDescriptioninterfaceA 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 -
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 FailureListenerModifier and TypeMethodDescriptionManagementRemotingConnection.getFailureListeners()ManagementRemotingConnection.removeFailureListeners()Methods in org.apache.activemq.artemis.core.management.impl with parameters of type FailureListenerModifier and TypeMethodDescriptionvoidManagementRemotingConnection.addFailureListener(FailureListener listener) booleanManagementRemotingConnection.removeFailureListener(FailureListener listener) Method parameters in org.apache.activemq.artemis.core.management.impl with type arguments of type FailureListenerModifier and TypeMethodDescriptionvoidManagementRemotingConnection.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 FailureListenerModifier and TypeClassDescriptionclassclassA bridge with extra functionality only available when the server is clustered. -
Uses of FailureListener in org.apache.activemq.artemis.core.server.cluster.quorum
Classes in org.apache.activemq.artemis.core.server.cluster.quorum that implement FailureListener -
Uses of FailureListener in org.apache.activemq.artemis.core.server.federation
Classes in org.apache.activemq.artemis.core.server.federation that implement FailureListener -
Uses of FailureListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement FailureListenerModifier and TypeClassDescriptionclassServer side Session implementationstatic class -
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 -
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 -
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 FailureListenerModifier and TypeFieldDescriptionprotected final List<FailureListener>AbstractRemotingConnection.failureListenersMethods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type FailureListenerModifier and TypeMethodDescriptionAbstractRemotingConnection.getFailureListeners()RemotingConnection.getFailureListeners()Returns all the failure listeners.AbstractRemotingConnection.removeFailureListeners()RemotingConnection.removeFailureListeners()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type FailureListenerModifier and TypeMethodDescriptionvoidAbstractRemotingConnection.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 FailureListenerModifier and TypeMethodDescriptionvoidAbstractRemotingConnection.setFailureListeners(List<FailureListener> listeners) voidRemotingConnection.setFailureListeners(List<FailureListener> listeners) set the failure listeners. -
Uses of FailureListener in org.jboss.activemq.artemis.wildfly.integration.recovery
Classes in org.jboss.activemq.artemis.wildfly.integration.recovery that implement FailureListenerModifier and TypeClassDescriptionclassThis class will have a simple Connection Factory and will listen for topology updates.