|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NamingEnumeration | |
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. |
Uses of NamingEnumeration in javax.naming |
Methods in javax.naming that return NamingEnumeration | |
NamingEnumeration |
InitialContext.list(String name)
|
NamingEnumeration |
InitialContext.list(Name name)
|
NamingEnumeration |
InitialContext.listBindings(String name)
|
NamingEnumeration |
InitialContext.listBindings(Name name)
|
NamingEnumeration |
Context.list(Name name)
Enumerates the names bound in the named context, along with the class names of objects bound to them. |
NamingEnumeration |
Context.list(String name)
Enumerates the names bound in the named context, along with the class names of objects bound to them. |
NamingEnumeration |
Context.listBindings(Name name)
Enumerates the names bound in the named context, along with the objects bound to them. |
NamingEnumeration |
Context.listBindings(String name)
Enumerates the names bound in the named context, along with the objects bound to them. |
Uses of NamingEnumeration in javax.naming.directory |
Methods in javax.naming.directory that return NamingEnumeration | |
NamingEnumeration |
InitialDirContext.search(String name,
Attributes matchingAttributes)
|
NamingEnumeration |
InitialDirContext.search(Name name,
Attributes matchingAttributes)
|
NamingEnumeration |
InitialDirContext.search(String name,
Attributes matchingAttributes,
String[] attributesToReturn)
|
NamingEnumeration |
InitialDirContext.search(Name name,
Attributes matchingAttributes,
String[] attributesToReturn)
|
NamingEnumeration |
InitialDirContext.search(String name,
String filter,
SearchControls cons)
|
NamingEnumeration |
InitialDirContext.search(Name name,
String filter,
SearchControls cons)
|
NamingEnumeration |
InitialDirContext.search(String name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
|
NamingEnumeration |
InitialDirContext.search(Name name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
|
NamingEnumeration |
BasicAttributes.getAll()
|
NamingEnumeration |
BasicAttributes.getIDs()
|
NamingEnumeration |
BasicAttribute.getAll()
Retrieves an enumeration of this attribute's values. |
NamingEnumeration |
Attributes.getAll()
Retrieves an enumeration of the attributes in the attribute set. |
NamingEnumeration |
Attributes.getIDs()
Retrieves an enumeration of the ids of the attributes in the attribute set. |
NamingEnumeration |
DirContext.search(Name name,
Attributes matchingAttributes,
String[] attributesToReturn)
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes. |
NamingEnumeration |
DirContext.search(String name,
Attributes matchingAttributes,
String[] attributesToReturn)
Searches in a single context for objects that contain a specified set of attributes, and retrieves selected attributes. |
NamingEnumeration |
DirContext.search(Name name,
Attributes matchingAttributes)
Searches in a single context for objects that contain a specified set of attributes. |
NamingEnumeration |
DirContext.search(String name,
Attributes matchingAttributes)
Searches in a single context for objects that contain a specified set of attributes. |
NamingEnumeration |
DirContext.search(Name name,
String filter,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(String name,
String filter,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(Name name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
DirContext.search(String name,
String filterExpr,
Object[] filterArgs,
SearchControls cons)
Searches in the named context or object for entries that satisfy the given search filter. |
NamingEnumeration |
Attribute.getAll()
Retrieves an enumeration of the attribute's values. |
|
JavaTM 2 Platform Std. Ed. v1.4.2 |
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.