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

Packages that use Acceptor
org.jboss.messaging.core.management Provides management for JBoss Messaging 
org.jboss.messaging.core.management.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.remoting.spi   
org.jboss.messaging.integration.transports.netty   
 

Uses of Acceptor in org.jboss.messaging.core.management
 

Methods in org.jboss.messaging.core.management with parameters of type Acceptor
 void ManagementService.registerAcceptor(Acceptor acceptor, TransportConfiguration configuration)
           
 

Uses of Acceptor in org.jboss.messaging.core.management.impl
 

Methods in org.jboss.messaging.core.management.impl with parameters of type Acceptor
 void ManagementServiceImpl.registerAcceptor(Acceptor acceptor, TransportConfiguration configuration)
           
 

Constructors in org.jboss.messaging.core.management.impl with parameters of type Acceptor
AcceptorControlImpl(Acceptor acceptor, TransportConfiguration configuration)
           
 

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

Classes in org.jboss.messaging.core.remoting.impl.invm that implement Acceptor
 class InVMAcceptor
          A InVMAcceptor
 

Methods in org.jboss.messaging.core.remoting.impl.invm that return Acceptor
 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)
           
 Acceptor InVMConnector.getAcceptor()
           
 

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

Methods in org.jboss.messaging.core.remoting.spi that return Acceptor
 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)
           
 

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

Classes in org.jboss.messaging.integration.transports.netty that implement Acceptor
 class NettyAcceptor
          A Netty TCP Acceptor that supports SSL
 

Methods in org.jboss.messaging.integration.transports.netty that return Acceptor
 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)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.