Uses of Interface
org.apache.activemq.artemis.spi.core.remoting.ServerConnectionLifeCycleListener
-
-
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.invm
Methods in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ServerConnectionLifeCycleListener Modifier and Type Method Description AcceptorInVMAcceptorFactory. createAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)Constructors in org.apache.activemq.artemis.core.remoting.impl.invm with parameters of type ServerConnectionLifeCycleListener Constructor Description InVMAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Map<String,ProtocolManager> protocolMap, Executor threadPool) -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.impl.netty
Methods in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ServerConnectionLifeCycleListener Modifier and Type Method Description AcceptorNettyAcceptorFactory. createAcceptor(String name, ClusterConnection connection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)Constructors in org.apache.activemq.artemis.core.remoting.impl.netty with parameters of type ServerConnectionLifeCycleListener Constructor Description NettyAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, ScheduledExecutorService scheduledThreadPool, Executor failureExecutor, Map<String,ProtocolManager> protocolMap)NettyServerConnection(Map<String,Object> configuration, io.netty.channel.Channel channel, ServerConnectionLifeCycleListener listener, boolean batchingEnabled, boolean directDeliver, String router) -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.core.remoting.server.impl
Classes in org.apache.activemq.artemis.core.remoting.server.impl that implement ServerConnectionLifeCycleListener Modifier and Type Class Description classRemotingServiceImpl -
Uses of ServerConnectionLifeCycleListener in org.apache.activemq.artemis.spi.core.remoting
Methods in org.apache.activemq.artemis.spi.core.remoting with parameters of type ServerConnectionLifeCycleListener Modifier and Type Method Description AcceptorAcceptorFactory. createAcceptor(String name, ClusterConnection clusterConnection, Map<String,Object> configuration, BufferHandler handler, ServerConnectionLifeCycleListener listener, Executor threadPool, ScheduledExecutorService scheduledThreadPool, Map<String,ProtocolManager> protocolMap)Create a new instance of an Acceptor.
-