| 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 | |
|---|---|
| AuthenticationException | |
| AuthenticationNotSupportedException | |
| BinaryRefAddr | RefAddr that uses a byte array as content. |
| Binding |
Binding represents the name-object mapping of a
binding in a context.
|
| CannotProceedException | |
| CommunicationException | |
| CompositeName | Represents names that may span over several namespaces. |
| CompoundName | Represents hierarchical names from the single namespace. |
| ConfigurationException | |
| ContextNotEmptyException | This exception is thrown in response to the attempt to destroy the non empty context. |
| InitialContext | The starting context for performing naming operations. |
| InsufficientResourcesException | |
| InterruptedNamingException | |
| InvalidNameException |
Exception indicating an invalid component or Name.
|
| LimitExceededException | |
| LinkException | |
| LinkLoopException | |
| LinkRef | |
| MalformedLinkException | |
| NameAlreadyBoundException | |
| NameClassPair |
NameClassPair represents the name-classname mapping pair
of a binding in a context.
|
| 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. |
| 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. |
| ReferralException | |
| ServiceUnavailableException | |
| SizeLimitExceededException | Thrown from the NamingEnumeration, this exception indicates that there are more elements than the previously specified size limit. |
| StringRefAddr | RefAddr that uses a String as content. |
| TimeLimitExceededException | |