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

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

Introduction

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

The text is from its open source code.

Implementation

javax.naming.event.EventDirContext has the following implementations.
Click this link to see all its implementation.

Method

voidaddNamingListener(Name target, String filter, SearchControls ctls, NamingListener l)
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by target are modified.
voidaddNamingListener(String target, String filter, SearchControls ctls, NamingListener l)
Adds a listener for receiving naming events fired when objects identified by the search filter filter at the object named by the string target name are modified.