Package | Description |
---|---|
org.apache.activemq.command |
Command objects used via the Command Pattern to communicate among nodes
|
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
|
org.apache.activemq.transport.discovery.zeroconf |
Constructor and Description |
---|
DiscoveryEvent(DiscoveryEvent copy) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryTransport.onServiceAdd(DiscoveryEvent event) |
void |
DiscoveryListener.onServiceAdd(DiscoveryEvent event) |
void |
DiscoveryTransport.onServiceRemove(DiscoveryEvent event) |
void |
DiscoveryListener.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) |
Modifier and Type | Method and Description |
---|---|
void |
ZeroconfDiscoveryAgent.serviceFailed(DiscoveryEvent event) |
Copyright © 2005–2016 FuseSource, Corp.. All rights reserved.