Uses of Interface
org.jboss.messaging.core.remoting.NIOConnector

Packages that use NIOConnector
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.invm   
org.jboss.messaging.core.remoting.impl.mina   
 

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

Constructors in org.jboss.messaging.core.client.impl with parameters of type NIOConnector
RemotingConnectionImpl(Location location, ConnectionParams connectionParams, NIOConnector nioConnector)
           
 

Uses of NIOConnector in org.jboss.messaging.core.remoting
 

Methods in org.jboss.messaging.core.remoting that return NIOConnector
 NIOConnector ConnectorRegistry.getConnector(Location location, ConnectionParams connectionParams)
           
 NIOConnector ConnectorRegistry.removeConnector(Location location)
          Decrement the number of references on the NIOConnector corresponding to the Configuration.
 

Uses of NIOConnector in org.jboss.messaging.core.remoting.impl
 

Methods in org.jboss.messaging.core.remoting.impl that return NIOConnector
 NIOConnector ConnectorRegistryImpl.getConnector(Location location, ConnectionParams connectionParams)
           
 NIOConnector ConnectorRegistryImpl.removeConnector(Location location)
          Decrement the number of references on the NIOConnector corresponding to the Configuration.
 

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

Classes in org.jboss.messaging.core.remoting.impl.invm that implement NIOConnector
 class INVMConnector
           
 

Uses of NIOConnector in org.jboss.messaging.core.remoting.impl.mina
 

Classes in org.jboss.messaging.core.remoting.impl.mina that implement NIOConnector
 class MinaConnector
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.