Package javax.naming

Interface Summary

Context
Name Interface descriping a name build up from different components.
NameParser Parser the string representation of the given name into the Name representation.
NamingEnumeration<T> The specific type of enumeration that supports throwing various exceptions by the hasMore method.
Referenceable The object, implementing this interface, can provided the Reference about itself.

Class Summary

BinaryRefAddr RefAddr that uses a byte array as content.
Binding Binding represents the name-object mapping of a binding in a context.
CompositeName Represents names that may span over several namespaces.
CompoundName Represents hierarchical names from the single namespace.
InitialContext The starting context for performing naming operations.
LinkRef
NameClassPair NameClassPair represents the name-classname mapping pair of a binding in a context.
RefAddr Abstract superclass of addresses used in References.
Reference This class represents a reference to an object that is located outside of the naming/directory system.
StringRefAddr RefAddr that uses a String as content.

Exception Summary

AuthenticationException
AuthenticationNotSupportedException
CannotProceedException
CommunicationException
ConfigurationException
ContextNotEmptyException This exception is thrown in response to the attempt to destroy the non empty context.
InsufficientResourcesException
InterruptedNamingException
InvalidNameException Exception indicating an invalid component or Name.
LimitExceededException
LinkException
LinkLoopException
MalformedLinkException
NameAlreadyBoundException
NameNotFoundException
NamingException Superclass of all naming Exceptions.
NamingSecurityException
NoInitialContextException
NoPermissionException
NotContextException
OperationNotSupportedException
PartialResultException Thrown from the NamingEnumeration, this exception indicates that the enumeration represents only part of the existing elements that would be an answer to the specified request.
ReferralException
ServiceUnavailableException
SizeLimitExceededException Thrown from the NamingEnumeration, this exception indicates that there are more elements than the previously specified size limit.
TimeLimitExceededException