org.activemq.transport.activeio
Class ActiveIOTransportServerChannelFactory

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

public class ActiveIOTransportServerChannelFactory
extends Object
implements TransportServerChannelFactory

A tcp implementation of a TransportServerChannelFactory

Version:
$Revision: 1.1.1.1 $

Constructor Summary
ActiveIOTransportServerChannelFactory()
           
 
Method Summary
 TransportServerChannel create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address O
 
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 TransportServerChannel create(WireFormat wireFormat,
                                     URI bindAddress)
                              throws JMSException
Bind a ServerChannel to an address O

Specified by:
create in interface TransportServerChannelFactory
Parameters:
wireFormat -
bindAddress -
Returns:
the TransportChannel bound to the remote node
Throws:
JMSException


Copyright © 2004-2008 Protique, Ltd.. All Rights Reserved.