|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.activemq.transport.NetworkConnector
org.activemq.transport.RemoteNetworkConnector
Represents a connector to one or more remote brokers.
This class manages a number of NetworkChannel
instances
which may or may not be connected to a
remote broker at any point in time.
NetworkChannel
instances or could use
discovery to find them.
Field Summary |
Fields inherited from class org.activemq.transport.NetworkConnector |
threadPool |
Constructor Summary | |
RemoteNetworkConnector(BrokerContainer brokerContainer)
RemoteNetworkConnector |
Method Summary | |
protected NetworkChannel |
createNetworkChannel(java.lang.String url)
Create a channel from the url |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public RemoteNetworkConnector(BrokerContainer brokerContainer)
brokerContainer
- Method Detail |
protected NetworkChannel createNetworkChannel(java.lang.String url)
createNetworkChannel
in class NetworkConnector
url
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |