Package | Description |
---|---|
org.apache.activemq.network |
Support for federated networks of brokers.
|
org.apache.activemq.transport.discovery |
Discovery mechanism to discover brokers and clients.
|
org.apache.activemq.transport.discovery.multicast |
Discovery implementation using multicast
|
org.apache.activemq.transport.discovery.simple |
Simple discovery implementation using a static list
|
Modifier and Type | Method and Description |
---|---|
protected NetworkBridge |
DiscoveryNetworkConnector.createBridge(Transport localTransport,
Transport remoteTransport,
DiscoveryEvent event) |
void |
DiscoveryNetworkConnector.onServiceAdd(DiscoveryEvent event) |
void |
DiscoveryNetworkConnector.onServiceRemove(DiscoveryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryListener.onServiceAdd(DiscoveryEvent event) |
void |
DiscoveryTransport.onServiceAdd(DiscoveryEvent event) |
void |
DiscoveryListener.onServiceRemove(DiscoveryEvent event) |
void |
DiscoveryTransport.onServiceRemove(DiscoveryEvent event) |
void |
DiscoveryAgent.serviceFailed(DiscoveryEvent event)
A process actively using a service may see it go down before the DiscoveryAgent notices the
service's failure.
|
Modifier and Type | Method and Description |
---|---|
void |
MulticastDiscoveryAgent.serviceFailed(DiscoveryEvent event) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleDiscoveryAgent.serviceFailed(DiscoveryEvent devent) |
Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.