Name

Package javax.naming

Synopsis

The javax.naming package contains the core interfaces, classes, and exceptions for performing naming operations with JNDI. Context represents named objects in a naming system, while InitialContext provides an entry point into a naming system. Binding is the association between a name and an object in a naming system. NamingException is the root of a large collection of naming exceptions defined by JNDI.

Interfaces

  • Context

  • Name , Serializable;

  • NameParser

  • NamingEnumeration

  • Referenceable

Classes

  • CompositeName

  • CompoundName

  • InitialContext

  • NameClassPair

    • Binding

  • RefAddr

    • BinaryRefAddr

    • StringRefAddr

  • Reference , Serializable;

    • LinkRef

Exceptions

  • NamingException

    • CannotProceedException

    • CommunicationException

    • ConfigurationException

    • ContextNotEmptyException

    • InsufficientResourcesException

    • InterruptedNamingException

    • InvalidNameException

    • LimitExceededException

      • SizeLimitExceededException

      • TimeLimitExceededException

    • LinkException

      • LinkLoopException

      • MalformedLinkException

    • NameAlreadyBoundException

    • NameNotFoundException

    • NamingSecurityException

      • AuthenticationException

      • AuthenticationNotSupportedException

      • NoPermissionException

    • NoInitialContextException

    • NotContextException

    • OperationNotSupportedException

    • PartialResultException

    • ReferralException

    • ServiceUnavailableException

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.