Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.transport.remote
Class RemoteTransportChannelFactory  view RemoteTransportChannelFactory download RemoteTransportChannelFactory.java

java.lang.Object
  extended byorg.activemq.transport.TransportChannelFactorySupport
      extended byorg.activemq.transport.composite.CompositeTransportChannelFactory
          extended byorg.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