Uses of Interface
org.jboss.messaging.core.client.Location

Packages that use Location
org.jboss.messaging.core.client   
org.jboss.messaging.core.client.impl   
org.jboss.messaging.core.config   
org.jboss.messaging.core.config.impl   
org.jboss.messaging.core.remoting   
org.jboss.messaging.core.remoting.impl   
org.jboss.messaging.core.remoting.impl.mina   
org.jboss.messaging.jms.client   
 

Uses of Location in org.jboss.messaging.core.client
 

Methods in org.jboss.messaging.core.client that return Location
 Location ClientConnectionFactory.getLocation()
           
 

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

Classes in org.jboss.messaging.core.client.impl that implement Location
 class LocationImpl
           
 

Methods in org.jboss.messaging.core.client.impl that return Location
 Location ClientConnectionFactoryImpl.getLocation()
           
 Location RemotingConnectionImpl.getLocation()
           
 Location RemotingConnection.getLocation()
           
 

Constructors in org.jboss.messaging.core.client.impl with parameters of type Location
ClientConnectionFactoryImpl(Location location)
           
ClientConnectionFactoryImpl(Location location, ConnectionParams connectionParams)
           
ClientConnectionFactoryImpl(Location location, ConnectionParams connectionParams, boolean dummy)
           
ClientConnectionFactoryImpl(Location location, ConnectionParams connectionParams, int defaultConsumerWindowSize, int defaultConsumerMaxRate, int defaultProducerWindowSize, int defaultProducerMaxRate, boolean defaultBlockOnAcknowledge, boolean defaultSendNonPersistentMessagesBlocking, boolean defaultSendPersistentMessagesBlocking)
           
RemotingConnectionImpl(Location location, ConnectionParams connectionParams)
           
RemotingConnectionImpl(Location location, ConnectionParams connectionParams, NIOConnector nioConnector)
           
 

Uses of Location in org.jboss.messaging.core.config
 

Methods in org.jboss.messaging.core.config that return Location
 Location Configuration.getLocation()
           
 

Uses of Location in org.jboss.messaging.core.config.impl
 

Methods in org.jboss.messaging.core.config.impl that return Location
 Location ConfigurationImpl.getLocation()
           
 

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

Methods in org.jboss.messaging.core.remoting with parameters of type Location
 NIOConnector ConnectorRegistry.getConnector(Location location, ConnectionParams connectionParams)
           
 int ConnectorRegistry.getConnectorCount(Location location)
           
 boolean ConnectorRegistry.register(Location location, PacketDispatcher serverDispatcher)
           
 NIOConnector ConnectorRegistry.removeConnector(Location location)
          Decrement the number of references on the NIOConnector corresponding to the Configuration.
 boolean ConnectorRegistry.unregister(Location location)
           
 

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

Methods in org.jboss.messaging.core.remoting.impl with parameters of type Location
 NIOConnector ConnectorRegistryImpl.getConnector(Location location, ConnectionParams connectionParams)
           
 int ConnectorRegistryImpl.getConnectorCount(Location location)
           
 boolean ConnectorRegistryImpl.register(Location location, PacketDispatcher serverDispatcher)
           
 NIOConnector ConnectorRegistryImpl.removeConnector(Location location)
          Decrement the number of references on the NIOConnector corresponding to the Configuration.
 boolean ConnectorRegistryImpl.unregister(Location location)
           
 

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

Constructors in org.jboss.messaging.core.remoting.impl.mina with parameters of type Location
MinaConnector(Location location, ConnectionParams connectionParams, PacketDispatcher dispatcher)
           
MinaConnector(Location location, ConnectionParams connectionParams, PacketDispatcher dispatcher, ClientKeepAliveFactory keepAliveFactory)
           
MinaConnector(Location location, PacketDispatcher dispatcher)
           
MinaConnector(Location location, PacketDispatcher dispatcher, ClientKeepAliveFactory keepAliveFactory)
           
 

Uses of Location in org.jboss.messaging.jms.client
 

Constructors in org.jboss.messaging.jms.client with parameters of type Location
JBossConnectionFactory(java.lang.String clientID, int dupsOKBatchSize, Location location, ConnectionParams connectionParams, int defaultConsumerWindowSize, int defaultConsumerMaxRate, int defaultProducerWindowSize, int defaultProducerMaxRate, boolean defaultBlockOnAcknowledge, boolean defaultSendNonPersistentMessagesBlocking, boolean defaultSendPersistentMessagesBlocking)
           
 



Copyright © 2006 JBoss Inc. All Rights Reserved.