java.lang.Object
org.activemq.transport.vm.VmTransportServerChannelFactory
- All Implemented Interfaces:
- org.activemq.transport.TransportServerChannelFactory
- public class VmTransportServerChannelFactory
- extends java.lang.Object
- implements org.activemq.transport.TransportServerChannelFactory
A VM implementation of a TransportServerChannelFactory
- Version:
- $Revision: 1.1.1.1 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VmTransportServerChannelFactory
public VmTransportServerChannelFactory()
create
public org.activemq.transport.TransportServerChannel create(org.activemq.io.WireFormat wireFormat,
java.net.URI bindAddress)
throws javax.jms.JMSException
- Bind a ServerChannel to an address
- Specified by:
create in interface org.activemq.transport.TransportServerChannelFactory