org.activemq.transport.tcp
Class SfTransportServerChannelFactory
java.lang.Object
org.activemq.transport.tcp.SfTransportServerChannelFactory
- All Implemented Interfaces:
- TransportServerChannelFactory
public class SfTransportServerChannelFactory
- extends Object
- implements TransportServerChannelFactory
An implementation of TransportServerChannelFactory which uses a ServerSocketFactory
to create ServerSocket instances
- Version:
- $Revision: 1.1.1.1 $
Field Summary |
protected static int |
BACKLOG
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BACKLOG
protected static final int BACKLOG
- See Also:
- Constant Field Values
SfTransportServerChannelFactory
public SfTransportServerChannelFactory(ServerSocketFactory socketFactory)
create
public TransportServerChannel create(WireFormat wireFormat,
URI bindAddress)
throws JMSException
- Bind a ServerChannel to an address
- Specified by:
create
in interface TransportServerChannelFactory
- Parameters:
wireFormat
- bindAddress
-
- Returns:
- the TransportChannel bound to the remote node
- Throws:
JMSException
createServerSocket
protected ServerSocket createServerSocket(URI bind)
throws IOException
- Throws:
IOException
Copyright © 2004-2009 Protique, Ltd.. All Rights Reserved.