cosmic-internal-jdk
Version:
KingScript: JDK1.8
84 lines (83 loc) • 6.54 kB
TypeScript
/// <reference path="../index.d.ts" />
export type AuthenticationException = $.javax.naming.AuthenticationException;
export declare const AuthenticationException: $.javax.naming.AuthenticationExceptionConstructor;
export type AuthenticationNotSupportedException = $.javax.naming.AuthenticationNotSupportedException;
export declare const AuthenticationNotSupportedException: $.javax.naming.AuthenticationNotSupportedExceptionConstructor;
export type BinaryRefAddr = $.javax.naming.BinaryRefAddr;
export declare const BinaryRefAddr: $.javax.naming.BinaryRefAddrConstructor;
export type Binding = $.javax.naming.Binding;
export declare const Binding: $.javax.naming.BindingConstructor;
export type CannotProceedException = $.javax.naming.CannotProceedException;
export declare const CannotProceedException: $.javax.naming.CannotProceedExceptionConstructor;
export type CommunicationException = $.javax.naming.CommunicationException;
export declare const CommunicationException: $.javax.naming.CommunicationExceptionConstructor;
export type CompositeName = $.javax.naming.CompositeName;
export declare const CompositeName: $.javax.naming.CompositeNameConstructor;
export type CompoundName = $.javax.naming.CompoundName;
export declare const CompoundName: $.javax.naming.CompoundNameConstructor;
export type ConfigurationException = $.javax.naming.ConfigurationException;
export declare const ConfigurationException: $.javax.naming.ConfigurationExceptionConstructor;
export type Context = $.javax.naming.Context;
export declare const Context: $.javax.naming.ContextConstructor;
export type ContextNotEmptyException = $.javax.naming.ContextNotEmptyException;
export declare const ContextNotEmptyException: $.javax.naming.ContextNotEmptyExceptionConstructor;
export type InitialContext = $.javax.naming.InitialContext;
export declare const InitialContext: $.javax.naming.InitialContextConstructor;
export type InsufficientResourcesException = $.javax.naming.InsufficientResourcesException;
export declare const InsufficientResourcesException: $.javax.naming.InsufficientResourcesExceptionConstructor;
export type InterruptedNamingException = $.javax.naming.InterruptedNamingException;
export declare const InterruptedNamingException: $.javax.naming.InterruptedNamingExceptionConstructor;
export type InvalidNameException = $.javax.naming.InvalidNameException;
export declare const InvalidNameException: $.javax.naming.InvalidNameExceptionConstructor;
export type LimitExceededException = $.javax.naming.LimitExceededException;
export declare const LimitExceededException: $.javax.naming.LimitExceededExceptionConstructor;
export type LinkException = $.javax.naming.LinkException;
export declare const LinkException: $.javax.naming.LinkExceptionConstructor;
export type LinkLoopException = $.javax.naming.LinkLoopException;
export declare const LinkLoopException: $.javax.naming.LinkLoopExceptionConstructor;
export type LinkRef = $.javax.naming.LinkRef;
export declare const LinkRef: $.javax.naming.LinkRefConstructor;
export type MalformedLinkException = $.javax.naming.MalformedLinkException;
export declare const MalformedLinkException: $.javax.naming.MalformedLinkExceptionConstructor;
export type Name = $.javax.naming.Name;
export declare const Name: $.javax.naming.NameConstructor;
export type NameAlreadyBoundException = $.javax.naming.NameAlreadyBoundException;
export declare const NameAlreadyBoundException: $.javax.naming.NameAlreadyBoundExceptionConstructor;
export type NameClassPair = $.javax.naming.NameClassPair;
export declare const NameClassPair: $.javax.naming.NameClassPairConstructor;
export type NameNotFoundException = $.javax.naming.NameNotFoundException;
export declare const NameNotFoundException: $.javax.naming.NameNotFoundExceptionConstructor;
export type NameParser = $.javax.naming.NameParser;
export declare const NameParser: $.javax.naming.NameParserConstructor;
export type NamingEnumeration = $.javax.naming.NamingEnumeration;
export declare const NamingEnumeration: $.javax.naming.NamingEnumerationConstructor;
export type NamingException = $.javax.naming.NamingException;
export declare const NamingException: $.javax.naming.NamingExceptionConstructor;
export type NamingSecurityException = $.javax.naming.NamingSecurityException;
export declare const NamingSecurityException: $.javax.naming.NamingSecurityExceptionConstructor;
export type NoInitialContextException = $.javax.naming.NoInitialContextException;
export declare const NoInitialContextException: $.javax.naming.NoInitialContextExceptionConstructor;
export type NoPermissionException = $.javax.naming.NoPermissionException;
export declare const NoPermissionException: $.javax.naming.NoPermissionExceptionConstructor;
export type NotContextException = $.javax.naming.NotContextException;
export declare const NotContextException: $.javax.naming.NotContextExceptionConstructor;
export type OperationNotSupportedException = $.javax.naming.OperationNotSupportedException;
export declare const OperationNotSupportedException: $.javax.naming.OperationNotSupportedExceptionConstructor;
export type PartialResultException = $.javax.naming.PartialResultException;
export declare const PartialResultException: $.javax.naming.PartialResultExceptionConstructor;
export type RefAddr = $.javax.naming.RefAddr;
export declare const RefAddr: $.javax.naming.RefAddrConstructor;
export type Reference = $.javax.naming.Reference;
export declare const Reference: $.javax.naming.ReferenceConstructor;
export type Referenceable = $.javax.naming.Referenceable;
export declare const Referenceable: $.javax.naming.ReferenceableConstructor;
export type ReferralException = $.javax.naming.ReferralException;
export declare const ReferralException: $.javax.naming.ReferralExceptionConstructor;
export type ServiceUnavailableException = $.javax.naming.ServiceUnavailableException;
export declare const ServiceUnavailableException: $.javax.naming.ServiceUnavailableExceptionConstructor;
export type SizeLimitExceededException = $.javax.naming.SizeLimitExceededException;
export declare const SizeLimitExceededException: $.javax.naming.SizeLimitExceededExceptionConstructor;
export type StringRefAddr = $.javax.naming.StringRefAddr;
export declare const StringRefAddr: $.javax.naming.StringRefAddrConstructor;
export type TimeLimitExceededException = $.javax.naming.TimeLimitExceededException;
export declare const TimeLimitExceededException: $.javax.naming.TimeLimitExceededExceptionConstructor;