|
||||||||||
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 |
NetworkConnector |
BrokerService.getNetworkConnectorByName(java.lang.String connectorName)
|
Methods in org.apache.activemq.broker that return types with arguments of type NetworkConnector | |
---|---|
java.util.List<NetworkConnector> |
BrokerService.getNetworkConnectors()
|
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 |
LdapNetworkConnector
class to create dynamic network connectors listed in an directory server using the LDAP v3 protocol as defined in RFC 2251, the entries listed in the directory server must implement the ipHost and ipService objectClasses as defined in RFC 2307. |
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 |