public interface DiscoveryAgent extends Service
| Modifier and Type | Method and Description |
|---|---|
void |
registerService(String name)
register a service
|
void |
serviceFailed(DiscoveryEvent event)
A process actively using a service may see it go down before the DiscoveryAgent notices the
service's failure.
|
void |
setDiscoveryListener(DiscoveryListener listener)
Sets the discovery listener
|
void setDiscoveryListener(DiscoveryListener listener)
listener - void registerService(String name) throws IOException
name - details - JMSExceptionIOExceptionvoid serviceFailed(DiscoveryEvent event) throws IOException
IOExceptionCopyright © 2005–2015 FuseSource, Corp.. All rights reserved.