Example usage for Java javax.naming.event EventContext fields, constructors, methods, implement or subclass
The text is from its open source code.
int | OBJECT_SCOPE Constant for expressing interest in events concerning the object named by the target. |
int | ONELEVEL_SCOPE Constant for expressing interest in events concerning objects in the context named by the target, excluding the context named by the target. |
void | addNamingListener(Name target, int scope, NamingListener l) Adds a listener for receiving naming events fired when the object(s) identified by a target and scope changes. |
void | addNamingListener(String target, int scope, NamingListener l) Adds a listener for receiving naming events fired when the object named by the string target name and scope changes. |
void | close() Closes this context. |
void | removeNamingListener(NamingListener l) Removes a listener from receiving naming events fired by this EventContext . |