|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Context | |
javax.naming | Provides the classes and interfaces for accessing naming services. |
javax.naming.directory | Extends the javax.naming package to provide functionality for accessing directory services. |
javax.naming.event | Provides support for event notification when accessing naming and directory services. |
javax.naming.ldap | Provides support for LDAPv3 extended operations and controls. |
Uses of Context in javax.naming |
Classes in javax.naming that implement Context | |
class |
InitialContext
This class is the starting context for performing naming operations. |
Uses of Context in javax.naming.directory |
Subinterfaces of Context in javax.naming.directory | |
interface |
DirContext
The directory service interface, containing methods for examining and updating attributes associated with objects, and for searching the directory. |
Classes in javax.naming.directory that implement Context | |
class |
InitialDirContext
This class is the starting context for performing directory operations. |
Uses of Context in javax.naming.event |
Subinterfaces of Context in javax.naming.event | |
interface |
EventContext
Contains methods for registering/deregistering listeners to be notified of events fired when objects named in a context changes. |
interface |
EventDirContext
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes. |
Uses of Context in javax.naming.ldap |
Subinterfaces of Context in javax.naming.ldap | |
interface |
LdapContext
This interface represents a context in which you can perform operations with LDAPv3-style controls and perform LDAPv3-style extended operations. |
Classes in javax.naming.ldap that implement Context | |
class |
InitialLdapContext
This class is the starting context for performing LDAPv3-style extended operations and controls. |
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.