Uses of Interface
org.apache.activemq.artemis.core.remoting.CloseListener
Packages that use CloseListener
Package
Description
-
Uses of CloseListener in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl that return types with arguments of type CloseListenerMethods in org.apache.activemq.artemis.core.management.impl with parameters of type CloseListenerModifier and TypeMethodDescriptionvoidManagementRemotingConnection.addCloseListener(CloseListener listener) booleanManagementRemotingConnection.removeCloseListener(CloseListener listener) Method parameters in org.apache.activemq.artemis.core.management.impl with type arguments of type CloseListenerModifier and TypeMethodDescriptionvoidManagementRemotingConnection.setCloseListeners(List<CloseListener> listeners) -
Uses of CloseListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement CloseListener -
Uses of CloseListener in org.apache.activemq.artemis.spi.core.protocol
Fields in org.apache.activemq.artemis.spi.core.protocol with type parameters of type CloseListenerModifier and TypeFieldDescriptionprotected final List<CloseListener>AbstractRemotingConnection.closeListenersMethods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type CloseListenerModifier and TypeMethodDescriptionAbstractRemotingConnection.removeCloseListeners()RemotingConnection.removeCloseListeners()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type CloseListenerModifier and TypeMethodDescriptionvoidAbstractRemotingConnection.addCloseListener(CloseListener listener) voidRemotingConnection.addCloseListener(CloseListener listener) add a CloseListener.booleanAbstractRemotingConnection.removeCloseListener(CloseListener listener) booleanRemotingConnection.removeCloseListener(CloseListener listener) remove a Close ListenerMethod parameters in org.apache.activemq.artemis.spi.core.protocol with type arguments of type CloseListenerModifier and TypeMethodDescriptionvoidAbstractRemotingConnection.setCloseListeners(List<CloseListener> listeners) voidRemotingConnection.setCloseListeners(List<CloseListener> listeners)