Java javax.naming.event EventContext fields, constructors, methods, implement or subclass

Example usage for Java javax.naming.event EventContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.naming.event EventContext.

The text is from its open source code.

Field

intOBJECT_SCOPE
Constant for expressing interest in events concerning the object named by the target.
intONELEVEL_SCOPE
Constant for expressing interest in events concerning objects in the context named by the target, excluding the context named by the target.

Method

voidaddNamingListener(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.
voidaddNamingListener(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.
voidclose()
Closes this context.
voidremoveNamingListener(NamingListener l)
Removes a listener from receiving naming events fired by this EventContext .