|
||||||||||
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. |
javax.naming.internal | |
javax.naming.spi | Provides the means for dynamically plugging in support for accessing naming and directory services through the javax.naming and related packages. |
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 |
Classes in javax.naming.directory that implement NamingEnumeration | |
(package private) class |
BasicAttribute.ValuesEnumImpl
|
(package private) class |
BasicAttributes.AttrEnumImpl
|
(package private) class |
BasicAttributes.IDEnumImpl
|
Methods in javax.naming.directory that return NamingEnumeration | |
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 |
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 |
Attribute.getAll()
Retrieves an enumeration of the attribute's values. |
NamingEnumeration |
BasicAttributes.getAll()
|
NamingEnumeration |
BasicAttributes.getIDs()
|
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)
|
Uses of NamingEnumeration in javax.naming.internal |
Classes in javax.naming.internal that implement NamingEnumeration | |
(package private) class |
VersionHelper12.InputStreamEnumeration
Given an enumeration of URLs, an instance of this class represents an enumeration of their InputStreams. |
Methods in javax.naming.internal that return NamingEnumeration | |
(package private) abstract NamingEnumeration |
VersionHelper.getResources(ClassLoader cl,
String name)
|
(package private) NamingEnumeration |
VersionHelper12.getResources(ClassLoader cl,
String name)
|
(package private) NamingEnumeration |
VersionHelper11.getResources(ClassLoader cl,
String name)
|
Uses of NamingEnumeration in javax.naming.spi |
Methods in javax.naming.spi that return NamingEnumeration | |
NamingEnumeration |
ContinuationContext.list(Name name)
|
NamingEnumeration |
ContinuationContext.list(String name)
|
NamingEnumeration |
ContinuationContext.listBindings(Name name)
|
NamingEnumeration |
ContinuationContext.listBindings(String name)
|
NamingEnumeration |
ContinuationDirContext.search(Name name,
Attributes matchingAttributes,
String[] attributesToReturn)
|
NamingEnumeration |
ContinuationDirContext.search(String name,
Attributes matchingAttributes,
String[] attributesToReturn)
|
NamingEnumeration |
ContinuationDirContext.search(Name name,
Attributes matchingAttributes)
|
NamingEnumeration |
ContinuationDirContext.search(String name,
Attributes matchingAttributes)
|
NamingEnumeration |
ContinuationDirContext.search(Name name,
String filter,
SearchControls cons)
|
NamingEnumeration |
ContinuationDirContext.search(String name,
String filter,
SearchControls cons)
|
NamingEnumeration |
ContinuationDirContext.search(Name name,
String filterExpr,
Object[] args,
SearchControls cons)
|
NamingEnumeration |
ContinuationDirContext.search(String name,
String filterExpr,
Object[] args,
SearchControls cons)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |