org.activemq.transport
Class TransportServerChannelProvider
java.lang.Object
org.activemq.transport.TransportServerChannelProvider
- public class TransportServerChannelProvider
- extends java.lang.Object
locates a protocol specific 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 |
TransportServerChannelProvider
public TransportServerChannelProvider()
create
public static TransportServerChannel create(WireFormat wireFormat,
java.net.URI bindAddress)
throws javax.jms.JMSException
- Create a Channel used for the Broker to listen to remove connections
- Parameters:
bindAddress
-
- Returns:
- the TransportServerChannel bound to the address
- Throws:
javax.jms.JMSException
newInstance
public static TransportServerChannel newInstance(WireFormat wireFormat,
java.lang.String bindAddress)
throws javax.jms.JMSException,
java.net.URISyntaxException
- Create a Channel used for the Broker to listen to remove connections
- Parameters:
bindAddress
-
- Returns:
- the TransportServerChannel bound to the address
- Throws:
javax.jms.JMSException
java.net.URISyntaxException
getFactory
protected static TransportServerChannelFactory getFactory(java.lang.String protocol)
throws javax.jms.JMSException
- Throws:
javax.jms.JMSException
createJMSexception
protected static javax.jms.JMSException createJMSexception(java.lang.String protocol,
java.lang.Exception e)
Copyright © 2004-2005 Protique, Ltd.. All Rights Reserved.