org.codehaus.activemq.transport.gnet
Class GTransportServerChannelFactory
java.lang.Object
org.codehaus.activemq.transport.gnet.GTransportServerChannelFactory
- All Implemented Interfaces:
- TransportServerChannelFactory
- public class GTransportServerChannelFactory
- extends Object
- implements TransportServerChannelFactory
An implementation of a TransportServerChannelFactory which uses
the Geronimo network layer for connectivity.
- Version:
- $Revision: 1.7 $
Method Summary |
TransportServerChannel |
create(WireFormat wireFormat,
URI bindAddress)
Bind a ServerChannel to an address |
static void |
init(org.apache.geronimo.network.SelectorManager sm,
org.apache.geronimo.pool.ThreadPool tp,
org.apache.geronimo.pool.ClockPool cp)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GTransportServerChannelFactory
public GTransportServerChannelFactory()
init
public static void init(org.apache.geronimo.network.SelectorManager sm,
org.apache.geronimo.pool.ThreadPool tp,
org.apache.geronimo.pool.ClockPool cp)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
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
Copyright © 2004 Protique, Ltd.. All Rights Reserved.