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
- javax.jms.JMSException
IOException
void serviceFailed(DiscoveryEvent event) throws IOException
IOException
Copyright © 2005–2019 The Apache Software Foundation. All rights reserved.