Uses of Interface
org.apache.activemq.artemis.core.remoting.CloseListener
-
Packages that use CloseListener Package Description org.apache.activemq.artemis.core.management.impl org.apache.activemq.artemis.core.server.impl org.apache.activemq.artemis.spi.core.protocol -
-
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 CloseListener Modifier and Type Method Description List<CloseListener>ManagementRemotingConnection. removeCloseListeners()Methods in org.apache.activemq.artemis.core.management.impl with parameters of type CloseListener Modifier and Type Method Description voidManagementRemotingConnection. addCloseListener(CloseListener listener)booleanManagementRemotingConnection. removeCloseListener(CloseListener listener)Method parameters in org.apache.activemq.artemis.core.management.impl with type arguments of type CloseListener Modifier and Type Method Description voidManagementRemotingConnection. 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 Modifier and Type Class Description static classServerSessionImpl.TempQueueCleanerUpper -
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 CloseListener Modifier and Type Field Description protected List<CloseListener>AbstractRemotingConnection. closeListenersMethods in org.apache.activemq.artemis.spi.core.protocol that return types with arguments of type CloseListener Modifier and Type Method Description List<CloseListener>AbstractRemotingConnection. removeCloseListeners()List<CloseListener>RemotingConnection. removeCloseListeners()Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type CloseListener Modifier and Type Method Description voidAbstractRemotingConnection. 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 CloseListener Modifier and Type Method Description voidAbstractRemotingConnection. setCloseListeners(List<CloseListener> listeners)voidRemotingConnection. setCloseListeners(List<CloseListener> listeners)
-