org.codehaus.activemq.transport.jxta
Class JxtaTransportServerChannel
java.lang.Object
org.codehaus.activemq.transport.TransportServerChannelSupport
org.codehaus.activemq.transport.tcp.TcpTransportServerChannel
org.codehaus.activemq.transport.jxta.JxtaTransportServerChannel
- All Implemented Interfaces:
- Runnable, Service, TransportServerChannel
- public class JxtaTransportServerChannel
- extends TcpTransportServerChannel
Binds to a well known port and listens for Sockets ...
- Version:
- $Revision: 1.7 $
JxtaTransportServerChannel
public JxtaTransportServerChannel(WireFormat wireFormat,
URI bindAddr)
throws JMSException
- Default Constructor
- Parameters:
bindAddr
-
- Throws:
JMSException
toString
public String toString()
- Overrides:
toString
in class TcpTransportServerChannel
- Returns:
- pretty print of this
createServerSocket
protected ServerSocket createServerSocket(URI bind)
throws UnknownHostException,
IOException
- Description copied from class:
TcpTransportServerChannel
- Factory method to create a new ServerSocket
- Overrides:
createServerSocket
in class TcpTransportServerChannel
- Throws:
UnknownHostException
IOException
Copyright © 2004 Protique, Ltd.. All Rights Reserved.