org.activemq.transport.jrms
Class JRMSTransportServerChannelFactory

java.lang.Object
  extended by org.activemq.transport.jrms.JRMSTransportServerChannelFactory
All Implemented Interfaces:
org.activemq.transport.TransportServerChannelFactory

public class JRMSTransportServerChannelFactory
extends Object
implements org.activemq.transport.TransportServerChannelFactory

A multicast implementation of a TransportServerChannelFactory

Version:
$Revision$

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

Constructor Detail

JRMSTransportServerChannelFactory

public JRMSTransportServerChannelFactory()
Method Detail

create

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

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


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