|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NetworkConnector | |
---|---|
org.apache.activemq.broker | The core classes for the ActiveMQ Message Broker and its connectors. |
org.apache.activemq.broker.jmx | JMX MBeans for the broker and its core connectors. |
org.apache.activemq.network | Support for federated networks of brokers. |
Uses of NetworkConnector in org.apache.activemq.broker |
---|
Methods in org.apache.activemq.broker that return NetworkConnector | |
---|---|
NetworkConnector |
BrokerService.addNetworkConnector(NetworkConnector connector)
Adds a new network connector to connect this broker to a federated network |
NetworkConnector |
BrokerService.addNetworkConnector(java.lang.String discoveryAddress)
Adds a new network connector using the given discovery address |
NetworkConnector |
BrokerService.addNetworkConnector(java.net.URI discoveryAddress)
Adds a new network connector using the given discovery address |
Methods in org.apache.activemq.broker with parameters of type NetworkConnector | |
---|---|
NetworkConnector |
BrokerService.addNetworkConnector(NetworkConnector connector)
Adds a new network connector to connect this broker to a federated network |
protected javax.management.ObjectName |
BrokerService.createNetworkConnectorObjectName(NetworkConnector connector)
|
protected void |
BrokerService.registerNetworkConnectorMBean(NetworkConnector connector)
|
boolean |
BrokerService.removeNetworkConnector(NetworkConnector connector)
Removes the given network connector without stopping it. |
protected void |
BrokerService.unregisterNetworkConnectorMBean(NetworkConnector connector)
|
Uses of NetworkConnector in org.apache.activemq.broker.jmx |
---|
Constructors in org.apache.activemq.broker.jmx with parameters of type NetworkConnector | |
---|---|
NetworkConnectorView(NetworkConnector connector)
|
Uses of NetworkConnector in org.apache.activemq.network |
---|
Subclasses of NetworkConnector in org.apache.activemq.network | |
---|---|
class |
DiscoveryNetworkConnector
A network connector which uses a discovery agent to detect the remote brokers available and setup a connection to each available remote broker |
class |
MulticastNetworkConnector
A network connector which uses some kind of multicast-like transport that communicates with potentially many remote brokers over a single logical Transport instance such as when using multicast. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |