org.codehaus.activemq.transport
Interface TransportServerChannelFactory

All Known Implementing Classes:
EmberTransportServerChannelFactory, GTransportServerChannelFactory, HttpTransportConnectorFactory, JGroupsTransportServerChannelFactory, JRMSTransportServerChannelFactory, JxtaTransportServerChannelFactory, MulticastTransportServerChannelFactory, SfTransportServerChannelFactory, TcpTransportServerChannelFactory, UdpTransportServerChannelFactory, VmTransportServerChannelFactory, ZeroconfTransportConnectorFactory

public interface TransportServerChannelFactory

A TransportServerChannel is used for accepting connections from TransportChannels

Version:
$Revision: 1.4 $

Method Summary
 TransportServerChannel create(WireFormat wireFormat, URI bindAddress)
          Bind a ServerChannel to an address
 

Method Detail

create

public TransportServerChannel create(WireFormat wireFormat,
                                     URI bindAddress)
                              throws JMSException
Bind a ServerChannel to an address

Parameters:
wireFormat -
bindAddress -
Returns:
the TransportChannel bound to the remote node
Throws:
JMSException


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