public interface NamingServiceListener
| Modifier and Type | Method | Description |
|---|---|---|
void |
configurationChanged(NamingService ns) |
also called when a NamingService is added or removed
|
void |
entryAdded(NamingService ns,
String hostname,
Destination dest,
Properties options) |
|
void |
entryChanged(NamingService ns,
String hostname,
Destination dest,
Properties options) |
|
void |
entryRemoved(NamingService ns,
String hostname) |
void configurationChanged(NamingService ns)
void entryAdded(NamingService ns, String hostname, Destination dest, Properties options)
options - NamingService-specific, can be nullvoid entryChanged(NamingService ns, String hostname, Destination dest, Properties options)
dest - null if unchangedoptions - NamingService-specific, can be nullvoid entryRemoved(NamingService ns, String hostname)