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

Quick Search    Search Deep

org.activemq.transport.activeio
Class ActiveIOTransportChannelFactory  view ActiveIOTransportChannelFactory download ActiveIOTransportChannelFactory.java

java.lang.Object
  extended byorg.activemq.transport.TransportChannelFactorySupport
      extended byorg.activemq.transport.activeio.ActiveIOTransportChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportChannelFactory

public class ActiveIOTransportChannelFactory
extends org.activemq.transport.TransportChannelFactorySupport

A tcp implementation of a TransportChannelFactory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
ActiveIOTransportChannelFactory()
           
 
Method Summary
 org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, java.net.URI remoteLocation)
          Create a Channel to a remote Node - e.g.
 org.activemq.transport.TransportChannel create(org.activemq.io.WireFormat wireFormat, java.net.URI remoteLocation, java.net.URI localLocation)
          Create a Channel to a remote Node - e.g.
private  AsynchChannel createAsynchChannel(java.net.URI remoteLocation)
           
 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.TransportChannelFactorySupport
populateProperties, populateProperties, populateProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveIOTransportChannelFactory

public ActiveIOTransportChannelFactory()
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 to a remote Node - e.g. a Broker


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 Channel to a remote Node - e.g. a Broker


requiresEmbeddedBroker

public boolean requiresEmbeddedBroker()
Description copied from interface: org.activemq.transport.TransportChannelFactory
Does this channel require an embedded broker to perform such as VM or multicast based transports


createAsynchChannel

private AsynchChannel createAsynchChannel(java.net.URI remoteLocation)
                                   throws javax.jms.JMSException