|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |