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

Quick Search    Search Deep

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

java.lang.Object
  extended byorg.activemq.transport.activeio.ActiveIOTransportServerChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportServerChannelFactory

public class ActiveIOTransportServerChannelFactory
extends java.lang.Object
implements org.activemq.transport.TransportServerChannelFactory

A tcp implementation of a TransportServerChannelFactory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
ActiveIOTransportServerChannelFactory()
           
 
Method Summary
 org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat, java.net.URI bindAddress)
          Bind a ServerChannel to an address O
private  AsynchChannelServer createAsynchChannelServer(java.net.URI bindAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveIOTransportServerChannelFactory

public ActiveIOTransportServerChannelFactory()
Method Detail

create

public org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat,
                                                            java.net.URI bindAddress)
                                                     throws javax.jms.JMSException
Bind a ServerChannel to an address O

Specified by:
create in interface org.activemq.transport.TransportServerChannelFactory

createAsynchChannelServer

private AsynchChannelServer createAsynchChannelServer(java.net.URI bindAddress)
                                               throws javax.jms.JMSException