Home » openjdk-7 » javax » naming »

javax.naming

Sub Packages:

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.  
javax.naming.spi    

Interfaces:

Context   This interface represents a naming context, which consists of a set of name-to-object bindings.  code | html
Name   The Name interface represents a generic name -- an ordered sequence of components.  code | html
NameParser   This interface is used for parsing names from a hierarchical namespace.  code | html
NamingEnumeration   This interface is for enumerating lists returned by methods in the javax.naming and javax.naming.directory packages.  code | html
Referenceable   This interface is implemented by an object that can provide a Reference to itself.  code | html

Abstract Classes:

NamingSecurityException   This is the superclass of security-related exceptions thrown by operations in the Context and DirContext interfaces.  code | html
RefAddr   This class represents the address of a communications end-point.  code | html
ReferralException   This abstract class is used to represent a referral exception, which is generated in response to a referral such as that returned by LDAP v3 servers.  code | html

Classes:

AuthenticationException   This exception is thrown when an authentication error occurs while accessing the naming or directory service.  code | html
AuthenticationNotSupportedException   This exception is thrown when the particular flavor of authentication requested is not supported.  code | html
BinaryRefAddr   This class represents the binary form of the address of a communications end-point.  code | html
Binding   This class represents a name-to-object binding found in a context.  code | html
CannotProceedException   This exception is thrown to indicate that the operation reached a point in the name where the operation cannot proceed any further.  code | html
CommunicationException   This exception is thrown when the client is unable to communicate with the directory or naming service.  code | html
CompositeName   This class represents a composite name -- a sequence of component names spanning multiple namespaces.  code | html
CompoundName   This class represents a compound name -- a name from a hierarchical name space.  code | html
ConfigurationException   This exception is thrown when there is a configuration problem.  code | html
ContextNotEmptyException   This exception is thrown when attempting to destroy a context that is not empty.  code | html
InitialContext   This class is the starting context for performing naming operations.  code | html
InsufficientResourcesException   This exception is thrown when resources are not available to complete the requested operation.  code | html
InterruptedNamingException   This exception is thrown when the naming operation being invoked has been interrupted.  code | html
InvalidNameException   This exception indicates that the name being specified does not conform to the naming syntax of a naming system.  code | html
LimitExceededException   This exception is thrown when a method terminates abnormally due to a user or system specified limit.  code | html
LinkException   This exception is used to describe problems encounter while resolving links.  code | html
LinkLoopException   This exception is thrown when a loop was detected will attempting to resolve a link, or an implementation specific limit on link counts has been reached.  code | html
LinkRef   This class represents a Reference whose contents is a name, called the link name, that is bound to an atomic name in a context.  code | html
MalformedLinkException   This exception is thrown when a malformed link was encountered while resolving or constructing a link.  code | html
NameAlreadyBoundException   This exception is thrown by methods to indicate that a binding cannot be added because the name is already bound to another object.  code | html
NameClassPair   This class represents the object name and class name pair of a binding found in a context.  code | html
NameImpl   The implementation class for CompoundName and CompositeName.  code | html
NameImplEnumerator     code | html
NameNotFoundException   This exception is thrown when a component of the name cannot be resolved because it is not bound.  code | html
NamingException   This is the superclass of all exceptions thrown by operations in the Context and DirContext interfaces.  code | html
NoInitialContextException   This exception is thrown when no initial context implementation can be created.  code | html
NoPermissionException   This exception is thrown when attempting to perform an operation for which the client has no permission.  code | html
NotContextException   This exception is thrown when a naming operation proceeds to a point where a context is required to continue the operation, but the resolved object is not a context.  code | html
OperationNotSupportedException   This exception is thrown when a context implementation does not support the operation being invoked.  code | html
PartialResultException   This exception is thrown to indicate that the result being returned or returned so far is partial, and that the operation cannot be completed.  code | html
Reference   This class represents a reference to an object that is found outside of the naming/directory system.  code | html
ServiceUnavailableException   This exception is thrown when attempting to communicate with a directory or naming service and that service is not available.  code | html
SizeLimitExceededException   This exception is thrown when a method produces a result that exceeds a size-related limit.  code | html
StringRefAddr   This class represents the string form of the address of a communications end-point.  code | html
TimeLimitExceededException   This exception is thrown when a method does not terminate within the specified time limit.  code | html