Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ReadyListener
-
-
Uses of ReadyListener in org.apache.activemq.artemis.core.client.impl
Methods in org.apache.activemq.artemis.core.client.impl with parameters of type ReadyListener Modifier and Type Method Description booleanClientSessionImpl. isWritable(ReadyListener callback)booleanClientSessionInternal. isWritable(ReadyListener callback) -
Uses of ReadyListener in org.apache.activemq.artemis.core.management.impl
Methods in org.apache.activemq.artemis.core.management.impl with parameters of type ReadyListener Modifier and Type Method Description booleanManagementRemotingConnection. isWritable(ReadyListener callback) -
Uses of ReadyListener in org.apache.activemq.artemis.core.protocol.core.impl
Methods in org.apache.activemq.artemis.core.protocol.core.impl with parameters of type ReadyListener Modifier and Type Method Description booleanActiveMQSessionContext. isWritable(ReadyListener callback)booleanCoreSessionCallback. isWritable(ReadyListener callback, Object protocolContext) -
Uses of ReadyListener in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ReadyListener Modifier and Type Method Description booleanInVMConnection. isWritable(ReadyListener listener) -
Uses of ReadyListener in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ReadyListener Modifier and Type Method Description booleanNettyConnection. isWritable(ReadyListener callback) -
Uses of ReadyListener in org.apache.activemq.artemis.core.server.cluster.impl
Classes in org.apache.activemq.artemis.core.server.cluster.impl that implement ReadyListener Modifier and Type Class Description classBridgeImplA Core BridgeImplclassClusterConnectionBridgeA bridge with extra functionality only available when the server is clustered. -
Uses of ReadyListener in org.apache.activemq.artemis.core.server.impl
Classes in org.apache.activemq.artemis.core.server.impl that implement ReadyListener Modifier and Type Class Description classServerConsumerImplConcrete implementation of a ClientConsumer. -
Uses of ReadyListener in org.apache.activemq.artemis.spi.core.protocol
Methods in org.apache.activemq.artemis.spi.core.protocol with parameters of type ReadyListener Modifier and Type Method Description booleanAbstractRemotingConnection. isWritable(ReadyListener callback)booleanRemotingConnection. isWritable(ReadyListener callback)booleanSessionCallback. isWritable(ReadyListener callback, Object protocolContext) -
Uses of ReadyListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ReadyListener Modifier and Type Method Description booleanConnection. isWritable(ReadyListener listener)abstract booleanSessionContext. isWritable(ReadyListener callback)
-