org.codehaus.activemq.transport
Interface TransportServerChannelFactory
- All Known Implementing Classes:
- MulticastTransportServerChannelFactory, SfTransportServerChannelFactory, TcpTransportServerChannelFactory, UdpTransportServerChannelFactory, VmTransportServerChannelFactory
- public interface TransportServerChannelFactory
A TransportServerChannel is used for accepting connections from TransportChannels
- Version:
- $Revision: 1.2 $
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-2005 Protique, Ltd.. All Rights Reserved.