Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.BaseConnectionLifeCycleListener
-
-
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.client.impl
Classes in org.apache.activemq.artemis.core.client.impl that implement BaseConnectionLifeCycleListener Modifier and Type Class Description classClientSessionFactoryImpl -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.invm
Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type BaseConnectionLifeCycleListener Constructor Description InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor)InVMConnection(int serverID, String id, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor, ActiveMQPrincipal defaultActiveMQPrincipal)InVMConnection(int serverID, BufferHandler handler, BaseConnectionLifeCycleListener listener, Executor executor) -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.netty
Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type BaseConnectionLifeCycleListener Constructor Description ActiveMQChannelHandler(io.netty.channel.group.ChannelGroup group, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor listenerExecutor)NettyConnection(Map<String,Object> configuration, io.netty.channel.Channel channel, BaseConnectionLifeCycleListener<?> listener, boolean batchingEnabled, boolean directDeliver)NettyConnector(Map<String,Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool)NettyConnector(Map<String,Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager)NettyConnector(Map<String,Object> configuration, BufferHandler handler, BaseConnectionLifeCycleListener<?> listener, Executor closeExecutor, Executor threadPool, ScheduledExecutorService scheduledThreadPool, ClientProtocolManager protocolManager, boolean serverConnection) -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.server.impl
Classes in org.apache.activemq.artemis.core.remoting.server.impl that implement BaseConnectionLifeCycleListener Modifier and Type Class Description classRemotingServiceImpl -
Uses of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Subinterfaces of BaseConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting Modifier and Type Interface Description interfaceClientConnectionLifeCycleListenerinterfaceConnectionLifeCycleListenerDeprecated.useClientConnectionLifeCycleListenerinstead.interfaceServerConnectionLifeCycleListener
-