Uses of Interface
org.jboss.messaging.core.remoting.spi.ConnectionLifeCycleListener

Packages that use ConnectionLifeCycleListener
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.remoting.server.impl   
org.jboss.messaging.core.remoting.spi   
org.jboss.messaging.integration.transports.netty   
 

Uses of ConnectionLifeCycleListener in org.jboss.messaging.core.client.impl
 

Classes in org.jboss.messaging.core.client.impl that implement ConnectionLifeCycleListener
 class ConnectionManagerImpl
          A ConnectionManagerImpl
 

Uses of ConnectionLifeCycleListener in org.jboss.messaging.core.remoting.impl.invm
 

Methods in org.jboss.messaging.core.remoting.impl.invm with parameters of type ConnectionLifeCycleListener
 Acceptor InVMAcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 Connector InVMConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
protected  Connection InVMConnector.internalCreateConnection(BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor serverExecutor)
           
 

Constructors in org.jboss.messaging.core.remoting.impl.invm with parameters of type ConnectionLifeCycleListener
InVMAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
InVMConnection(int serverID, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor executor)
           
InVMConnection(int serverID, java.lang.String id, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor executor)
           
InVMConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool)
           
 

Uses of ConnectionLifeCycleListener in org.jboss.messaging.core.remoting.server.impl
 

Classes in org.jboss.messaging.core.remoting.server.impl that implement ConnectionLifeCycleListener
 class RemotingServiceImpl
           
 

Uses of ConnectionLifeCycleListener in org.jboss.messaging.core.remoting.spi
 

Methods in org.jboss.messaging.core.remoting.spi with parameters of type ConnectionLifeCycleListener
 Acceptor AcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 Connector ConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 

Uses of ConnectionLifeCycleListener in org.jboss.messaging.integration.transports.netty
 

Methods in org.jboss.messaging.integration.transports.netty with parameters of type ConnectionLifeCycleListener
 Acceptor NettyAcceptorFactory.createAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 Connector NettyConnectorFactory.createConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 

Constructors in org.jboss.messaging.integration.transports.netty with parameters of type ConnectionLifeCycleListener
NettyAcceptor(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
NettyConnection(Channel channel, ConnectionLifeCycleListener listener)
           
NettyConnector(java.util.Map<java.lang.String,java.lang.Object> configuration, BufferHandler handler, ConnectionLifeCycleListener listener, java.util.concurrent.Executor threadPool, java.util.concurrent.ScheduledExecutorService scheduledThreadPool)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.