| 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DirContext | |
| javax.naming.directory | |
| javax.naming.event | |
| javax.naming.ldap | |
| javax.naming.spi | |
| Uses of DirContext in javax.naming.directory | 
| Classes in javax.naming.directory that implement DirContext | |
 class | 
InitialDirContext
This class is the starting context for performing directory operations.  | 
| Methods in javax.naming.directory that return DirContext | |
 DirContext | 
DirContext.createSubcontext(Name name,
                 Attributes attrs)
Creates and binds a new context, along with associated attributes.  | 
 DirContext | 
DirContext.createSubcontext(String name,
                 Attributes attrs)
Creates and binds a new context, along with associated attributes.  | 
 DirContext | 
DirContext.getSchema(Name name)
Retrieves the schema associated with the named object.  | 
 DirContext | 
DirContext.getSchema(String name)
Retrieves the schema associated with the named object.  | 
 DirContext | 
DirContext.getSchemaClassDefinition(Name name)
Retrieves a context containing the schema objects of the named object's class definitions.  | 
 DirContext | 
DirContext.getSchemaClassDefinition(String name)
Retrieves a context containing the schema objects of the named object's class definitions.  | 
 DirContext | 
BasicAttribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with this attribute.  | 
 DirContext | 
BasicAttribute.getAttributeDefinition()
Retrieves this attribute's schema definition.  | 
 DirContext | 
Attribute.getAttributeSyntaxDefinition()
Retrieves the syntax definition associated with the attribute.  | 
 DirContext | 
Attribute.getAttributeDefinition()
Retrieves the attribute's schema definition.  | 
 DirContext | 
InitialDirContext.createSubcontext(String name,
                 Attributes attrs)
 | 
 DirContext | 
InitialDirContext.createSubcontext(Name name,
                 Attributes attrs)
 | 
 DirContext | 
InitialDirContext.getSchema(String name)
 | 
 DirContext | 
InitialDirContext.getSchema(Name name)
 | 
 DirContext | 
InitialDirContext.getSchemaClassDefinition(String name)
 | 
 DirContext | 
InitialDirContext.getSchemaClassDefinition(Name name)
 | 
| Uses of DirContext in javax.naming.event | 
| Subinterfaces of DirContext in javax.naming.event | |
 interface | 
EventDirContext
Contains methods for registering listeners to be notified of events fired when objects named in a directory context changes.  | 
| Uses of DirContext in javax.naming.ldap | 
| Subinterfaces of DirContext 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 DirContext | |
 class | 
InitialLdapContext
This class is the starting context for performing LDAPv3-style extended operations and controls.  | 
| Uses of DirContext in javax.naming.spi | 
| Methods in javax.naming.spi that return DirContext | |
static DirContext | 
DirectoryManager.getContinuationDirContext(CannotProceedException cpe)
Creates a context in which to continue a DirContext operation.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.3.1  | 
|||||||||
| 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-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A.  All Rights Reserved.