|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkChannel | |
---|---|
org.activemq.transport | The transport abstraction layer for sending and receiving Packets over a network |
Uses of NetworkChannel in org.activemq.transport |
---|
Subclasses of NetworkChannel in org.activemq.transport | |
---|---|
class |
RemoteNetworkChannel
Represents a Boondocks broker's connection with a single remote broker which bridges the two brokers to form a network. |
Methods in org.activemq.transport that return NetworkChannel | |
---|---|
NetworkChannel |
NetworkConnector.addNetworkChannel(String uri)
Adds a new network channel for the given URI |
protected NetworkChannel |
NetworkConnector.createNetworkChannel(String url)
Create a channel from the url |
protected NetworkChannel |
RemoteNetworkConnector.createNetworkChannel(String url)
Create a channel from the url |
Methods in org.activemq.transport with parameters of type NetworkChannel | |
---|---|
void |
NetworkConnector.addNetworkChannel(NetworkChannel networkChannel)
Adds a new network channel |
protected void |
NetworkConnector.configure(NetworkChannel networkChannel)
Performs any network connector based configuration; such as setting the dispatch policies |
void |
NetworkConnector.removeNetworkChannel(NetworkChannel networkChannel)
Removes a network channel |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |