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