Uses of Class
org.jboss.messaging.core.remoting.TransportType

Packages that use TransportType
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   
 

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

Methods in org.jboss.messaging.core.client that return TransportType
 TransportType Location.getTransport()
           
 

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

Fields in org.jboss.messaging.core.client.impl declared as TransportType
protected  TransportType LocationImpl.transport
           
 

Methods in org.jboss.messaging.core.client.impl that return TransportType
 TransportType LocationImpl.getTransport()
           
 

Constructors in org.jboss.messaging.core.client.impl with parameters of type TransportType
LocationImpl(TransportType transport, java.lang.String host, int port)
           
 

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

Methods in org.jboss.messaging.core.config that return TransportType
 TransportType Configuration.getTransport()
           
 

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

Fields in org.jboss.messaging.core.config.impl declared as TransportType
protected  TransportType ConfigurationImpl.transport
           
 

Methods in org.jboss.messaging.core.config.impl that return TransportType
 TransportType ConfigurationImpl.getTransport()
           
 

Methods in org.jboss.messaging.core.config.impl with parameters of type TransportType
 void ConfigurationImpl.setTransport(TransportType transport)
           
 

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

Methods in org.jboss.messaging.core.remoting that return TransportType
static TransportType TransportType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TransportType[] TransportType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 



Copyright © 2006 JBoss Inc. All Rights Reserved.