|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ remote overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.activemq.transport.remote
Class RemoteTransportChannelFactory

java.lang.Objectorg.activemq.transport.TransportChannelFactorySupport
org.activemq.transport.composite.CompositeTransportChannelFactory
org.activemq.transport.remote.RemoteTransportChannelFactory
- All Implemented Interfaces:
- org.activemq.transport.TransportChannelFactory
- public class RemoteTransportChannelFactory
- extends org.activemq.transport.composite.CompositeTransportChannelFactory
Creates a remote based transport.
- Version:
- $Revision: 1.1.1.1 $
| Field Summary |
| Fields inherited from class org.activemq.transport.composite.CompositeTransportChannelFactory |
|
| Constructor Summary | |
RemoteTransportChannelFactory()
|
|
| Method Summary | |
org.activemq.transport.TransportChannel |
create(org.activemq.io.WireFormat wireFormat,
java.net.URI remoteLocation)
Create a Channel |
org.activemq.transport.TransportChannel |
create(org.activemq.io.WireFormat wireFormat,
java.net.URI remoteLocation,
java.net.URI localLocation)
Create a peer channel |
boolean |
requiresEmbeddedBroker()
Does this channel require an embedded broker to perform such as VM or multicast based transports |
| Methods inherited from class org.activemq.transport.composite.CompositeTransportChannelFactory |
parseURIs, randomizeURIs, stripLeadingSlashes |
| Methods inherited from class org.activemq.transport.TransportChannelFactorySupport |
populateProperties, populateProperties, populateProperties |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
RemoteTransportChannelFactory
public RemoteTransportChannelFactory()
| Method Detail |
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, java.net.URI remoteLocation) throws javax.jms.JMSException
- Create a Channel
create
public org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, java.net.URI remoteLocation, java.net.URI localLocation) throws javax.jms.JMSException
- Create a peer channel
requiresEmbeddedBroker
public boolean requiresEmbeddedBroker()
- Does this channel require an embedded broker to perform such as VM or multicast based transports
|
|||||||||
| Home >> All >> org >> activemq >> transport >> [ remote overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC