Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Package javax.naming


Classes

class  AuthenticationException
 An AuthenticationException is the NamingSecurityException used when authentication fails. More...
class  AuthenticationNotSupportedException
 An AuthenticationNotSupportedException is the NamingSecurityException used when the authentication required is not available. More...
class  BinaryRefAddr
 A BinaryRefAddr refers to an address which is represented by a binary address. More...
class  Binding
 Binding extends NameClassPair to associate an object in a naming service with its name, specified class name and relative flag. More...
class  CannotProceedException
 Naming operations throw a CannotProceedException when the service provider context implementation is resolving a name but reaches a name component that does not belong to the namespace of the current context. More...
class  CommunicationException
 This is the NamingException used when communication with the naming or directory service fails. More...
class  CompositeName
 A CompositeName represents a name in a naming service which spans multiple namespaces. More...
class  CompoundName
 A CompoundName is a series of string elements, and it represents a name in a naming service within a single namespace. More...
class  ConfigurationException
 This is the NamingException used when there is a problem encountered with the configuration. More...
interface  Context
 The Context interface describes a naming context comprising a collection of bindings (see javax.naming.Binding) and methods for manipulating them. More...
class  ContextNotEmptyException
 This is the NamingException used when trying to destroy a context which is not empty. More...
class  InitialContext
 An InitialContext object is required as the starting context for any naming operations. More...
class  InsufficientResourcesException
 This is the NamingException used when limited resources prevent completion of a request. More...
class  InterruptedNamingException
 This is the NamingException used when an operation is interrupted. More...
class  InvalidNameException
 An InvalidNameException is the NamingException used when a supplied name does not match the required format. More...
class  LimitExceededException
 This is the NamingException used when a restriction is exceeded. More...
class  LinkException
 Naming operations may throw a LinkException when attempting to resolve links. More...
class  LinkLoopException
 This is the NamingException used when a link results in a loop or if too many links are being done. More...
class  LinkRef
 This is a type of Reference used to point to an address of type "LinkAddress" where the address given is actually the string representation of a valid Name. More...
class  MalformedLinkException
 This is the NamingException used when a link turns out to be malformed. More...
interface  Name
 A Name interface represents a name in a naming service. More...
class  NameAlreadyBoundException
 This is the NamingException used when trying to add a name which is already bound. More...
class  NameClassPair
 NameClassPair associates a name in a naming service with a specified class name and also with a relative flag. More...
class  NameImpl
 A class required to satisfy the requirement for an 'impl' field. More...
class  NameNotFoundException
 This is the NamingException used when part of a name cannot be found. More...
interface  NameParser
 A NameParser is used to validate and decompose a name from a particular namespace. More...
interface  NamingEnumeration< T >
 A NamingEnumeration interface is an Enumeration which has been extended to support NamingExceptions. More...
class  NamingException
 A NamingException is the basic exception thrown by the naming classes. More...
class  NamingSecurityException
 A NamingSecurityException is the NamingException used when a security exception is encountered. More...
class  NoInitialContextException
 A NoInitialContextException is the exception thrown by the naming classes when an initial context cannot be created. More...
class  NoPermissionException
 An NoPermissionException is the NamingSecurityException used when a server refuses permission to the client. More...
class  NotContextException
 A NotContextException is the exception thrown by the naming classes when an operation on a context object cannot proceed because the resolved object is not a context type. More...
class  OperationNotSupportedException
 This is the NamingException used when an operation is requested which is not supported. More...
class  PartialResultException
 This is the NamingException used when an operation returns an incomplete result. More...
class  RefAddr
 This is an abstract class describing the address of an object which is outside of a naming system. More...
class  Reference
 A Reference contains the class of the object which is referenced together with a list of all the addresses at which this object may be found. More...
interface  Referenceable
 An object which is not in a naming service, but can be referenced, implements the Referenceable interface. More...
class  ReferralException
 A ReferralException is an abstract class used by service providers when dealing with referral exceptions. More...
class  ServiceUnavailableException
 This is the NamingException used when a connection to a server cannot be established. More...
class  SizeLimitExceededException
 This is the NamingException used when a size restriction is exceeded. More...
class  StringRefAddr
 A StringRefAddr refers to an address which is represented by a string such as a URL or hostname. More...
class  TimeLimitExceededException
 This is the NamingException used when a time restriction is exceeded. More...

Packages

package  directory
package  event
package  ldap
package  spi