public interface NamingServiceListener
修飾子とタイプ | メソッド | 説明 |
---|---|---|
void |
configurationChanged(NamingService ns) |
also called when a NamingService is added or removed
|
void |
entryAdded(NamingService ns,
java.lang.String hostname,
Destination dest,
java.util.Properties options) |
|
void |
entryChanged(NamingService ns,
java.lang.String hostname,
Destination dest,
java.util.Properties options) |
|
void |
entryRemoved(NamingService ns,
java.lang.String hostname) |
void configurationChanged(NamingService ns)
void entryAdded(NamingService ns, java.lang.String hostname, Destination dest, java.util.Properties options)
options
- NamingService-specific, can be nullvoid entryChanged(NamingService ns, java.lang.String hostname, Destination dest, java.util.Properties options)
dest
- null if unchangedoptions
- NamingService-specific, can be nullvoid entryRemoved(NamingService ns, java.lang.String hostname)