org.codehaus.activemq.transport.vm
Class VmTransportServerChannelFactory
java.lang.Object
org.codehaus.activemq.transport.vm.VmTransportServerChannelFactory
- All Implemented Interfaces:
- TransportServerChannelFactory
- public class VmTransportServerChannelFactory
- extends Object
- implements TransportServerChannelFactory
A VM implementation of a TransportServerChannelFactory
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VmTransportServerChannelFactory
public VmTransportServerChannelFactory()
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-2005 Protique, Ltd.. All Rights Reserved.