| Package | Description | 
|---|---|
| com.sun.corba.se.impl.activation | |
| com.sun.corba.se.impl.copyobject | |
| com.sun.corba.se.impl.corba | |
| com.sun.corba.se.impl.dynamicany | |
| com.sun.corba.se.impl.encoding | |
| com.sun.corba.se.impl.interceptors | |
| com.sun.corba.se.impl.io | |
| com.sun.corba.se.impl.ior | |
| com.sun.corba.se.impl.javax.rmi.CORBA | |
| com.sun.corba.se.impl.legacy.connection | |
| com.sun.corba.se.impl.logging | |
| com.sun.corba.se.impl.naming.cosnaming | |
| com.sun.corba.se.impl.naming.pcosnaming | |
| com.sun.corba.se.impl.oa | |
| com.sun.corba.se.impl.oa.poa | |
| com.sun.corba.se.impl.oa.toa | |
| com.sun.corba.se.impl.orb | |
| com.sun.corba.se.impl.orbutil | |
| com.sun.corba.se.impl.presentation.rmi | |
| com.sun.corba.se.impl.protocol | |
| com.sun.corba.se.impl.protocol.giopmsgheaders | |
| com.sun.corba.se.impl.resolver | |
| com.sun.corba.se.impl.transport | |
| com.sun.corba.se.impl.util | |
| com.sun.corba.se.internal.Interceptors | |
| com.sun.corba.se.internal.POA | |
| com.sun.corba.se.spi.GIOP | |
| com.sun.corba.se.spi.PortableActivationIDL | |
| com.sun.corba.se.spi.PortableActivationIDL.InitialNameServicePackage | |
| com.sun.corba.se.spi.PortableActivationIDL.LocatorPackage | |
| com.sun.corba.se.spi.PortableActivationIDL.RepositoryPackage | |
| com.sun.corba.se.spi.activation | |
| com.sun.corba.se.spi.activation.LocatorPackage | |
| com.sun.corba.se.spi.activation.RepositoryPackage | |
| com.sun.corba.se.spi.encoding | |
| com.sun.corba.se.spi.extension | |
| com.sun.corba.se.spi.ior | 
Provides access to the components and profiles in an IOR without the overhead
of CDR encoding. | 
| com.sun.corba.se.spi.legacy.connection | |
| com.sun.corba.se.spi.messages | |
| com.sun.corba.se.spi.oa | |
| com.sun.corba.se.spi.presentation.rmi | |
| com.sun.corba.se.spi.protocol | |
| com.sun.corba.se.spi.resolver | |
| com.sun.corba.se.spi.servicecontext | |
| com.sun.corba.se.spi.transport | |
| com.sun.org.omg.CORBA | |
| com.sun.org.omg.CORBA.portable | |
| com.sun.org.omg.SendingContext | |
| com.sun.org.omg.SendingContext.CodeBasePackage | |
| javax.rmi.CORBA | Contains portability APIs for RMI-IIOP. | 
| org.jboss.iiop.csiv2 | |
| org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM
programming language, including the class ORB, which is implemented
so that a programmer can use it as a fully-functional Object Request Broker
(ORB). | 
| org.omg.CORBA.ComponentIR | |
| org.omg.CORBA.ContainedPackage | |
| org.omg.CORBA.ContainerPackage | |
| org.omg.CORBA.DynAnyPackage | Provides the exceptions used with the  DynAnyinterface 
(InvalidValue,Invalid,InvalidSeq, andTypeMismatch). | 
| org.omg.CORBA.ExtValueDefPackage | |
| org.omg.CORBA.InterfaceAttrExtensionPackage | |
| org.omg.CORBA.InterfaceDefPackage | |
| org.omg.CORBA.ORBPackage | Provides the exception  InvalidName, which is thrown
by the methodORB.resolve_initial_referencesand the exceptionInconsistentTypeCode, which is thrown
by the Dynamic Any creation methods in the ORB class. | 
| org.omg.CORBA.TypeCodePackage | Provides the user-defined exceptions  BadKindandBounds, which are thrown by methods in
in the classTypeCode. | 
| org.omg.CORBA.ValueDefPackage | |
| org.omg.CORBA.portable | Provides a portability layer, that is, a set of ORB APIs
that makes it possible for code generated
by one vendor to run on another vendor's ORB. | 
| org.omg.CORBA_2_3 | The CORBA_2_3 package defines additions to existing CORBA interfaces
in the Java[tm] Standard Edition 6.   These changes occurred in recent
revisions to the CORBA API defined by the OMG.  The new methods were
added to  interfaces derived from the corresponding interfaces in
the CORBA package.  This provides backward compatibility and avoids
breaking the JCK tests. | 
| org.omg.CSI | |
| org.omg.CSIIOP | |
| org.omg.CosNaming | Provides a naming service for Java IDL. | 
| org.omg.CosNaming.NamingContextExtPackage | This package contains the following classes, which are used in 
org.omg.CosNaming.NamingContextExt: | 
| org.omg.CosNaming.NamingContextPackage | This package contains Exception classes for the org.omg.CosNaming
 package. | 
| org.omg.Dynamic | This package contains the Dynamic module specified in the OMG Portable
Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9. | 
| org.omg.DynamicAny | Provides classes and interfaces that enable traversal of the data value
 associated with an  anyat
runtime, and extraction of the primitive constituents of the data value. | 
| org.omg.DynamicAny.DynAnyFactoryPackage | 
This package contains classes and exceptions from the DynAnyFactory
interface of the
DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2. | 
| org.omg.DynamicAny.DynAnyPackage | This package contains classes and exceptions from the DynAny
 interface of the DynamicAny module
specified in the OMG The Common Object Request Broker: Architecture and
Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2. | 
| org.omg.GSSUP | |
| org.omg.IOP | This package contains the IOP module specified in the OMG document
The Common
Object Request Broker: Architecture and Specification,
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 13.6. | 
| org.omg.IOP.CodecFactoryPackage | This package contains the exceptions
specified in the IOP::CodeFactory interface (as part of the Portable
 Interceptors spec). | 
| org.omg.IOP.CodecPackage | This package is generated from the IOP::Codec IDL interface
definition. | 
| org.omg.Messaging | This package contains the Messaging module specified in the OMG CORBA
Messaging specification, 
http://cgi.omg.org/cgi-bin/doc?formal/99-10-07. | 
| org.omg.PortableInterceptor | Provides a mechanism to register ORB hooks through which ORB services
can intercept the normal flow of execution of the ORB. | 
| org.omg.PortableInterceptor.ORBInitInfoPackage | This package contains the exceptions and typedefs from the ORBInitInfo
local interface of the PortableInterceptor module specified in the OMG
Portable Interceptor specification,
http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.7.2. | 
| org.omg.PortableServer | Provides classes and interfaces for making the server side of your applications 
portable across multivendor ORBs. | 
| org.omg.PortableServer.CurrentPackage |  Provides method implementations with 
 access to the identity of the object on which the 
 method was invoked. | 
| org.omg.PortableServer.POAManagerPackage | 
Encapsulates the processing 
 state of the POAs it is associated with. | 
| org.omg.PortableServer.POAPackage | Allows programmers to construct object implementations that are portable
between different ORB products. | 
| org.omg.PortableServer.ServantLocatorPackage | Provides classes and interfaces for locating the servant. | 
| org.omg.SSLIOP | |
| org.omg.Security | |
| org.omg.SendingContext | Provides support for the  marshalling of value types. | 
| org.omg.stub.java.rmi | Contains RMI-IIOP Stubs for the Remote types that occur in the 
  java.rmi package. | 
| sun.corba | Provides an internal API that the Sun ORB implementation uses to
access JVM functions that have no standard APIs. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Bounds A user exception thrown when a parameter is not within
 the legal bounds for the object that a method is trying
 to access. | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| Environment A container (holder) for an exception that is used in  Requestoperations to make exceptions available to the client. | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Principal Deprecated. 
 Deprecated by CORBA 2.2. | 
| Request An object containing the information necessary for
 invoking a method. | 
| ServerRequest An object that captures the explicit state of a request
 for the Dynamic Skeleton Interface (DSI). | 
| StructMember org/omg/CORBA/StructMember.java . | 
| TCKind org/omg/CORBA/TCKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UnionMember org/omg/CORBA/UnionMember.java . | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| WrongTransaction The CORBA  WrongTransactionuser-defined exception. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| TCKind org/omg/CORBA/TCKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| AnySeqHolder The Holder for AnySeq. | 
| BooleanSeqHolder The Holder for BooleanSeq. | 
| CharSeqHolder The Holder for CharSeq. | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| DataInputStream Defines the methods used to read primitive data types from input streams
 for unmarshaling custom value types. | 
| DataOutputStream Defines the methods used to write primitive data types to output streams
 for marshalling custom value types. | 
| DoubleSeqHolder The Holder for DoubleSeq. | 
| FloatSeqHolder The Holder for FloatSeq. | 
| LongLongSeqHolder The Holder for LongLongSeq. | 
| LongSeqHolder The Holder for LongSeq. | 
| Object The definition for a CORBA object reference. | 
| OctetSeqHolder The Holder for OctetSeq. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Principal Deprecated. 
 Deprecated by CORBA 2.2. | 
| ShortSeqHolder The Holder for ShortSeq. | 
| SystemException The root class for all CORBA standard exceptions. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| ULongLongSeqHolder The Holder for ULongLongSeq. | 
| ULongSeqHolder The Holder for ULongSeq. | 
| UShortSeqHolder The Holder for UShortSeq. | 
| WCharSeqHolder The Holder for WCharSeq. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| BAD_INV_ORDER This exception indicates that the caller has invoked operations in
 the wrong order. | 
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| CurrentOperations The interface for Current. | 
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyError A user exception thrown when a policy error occurs. | 
| Request An object containing the information necessary for
 invoking a method. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| OctetSeqHolder The Holder for OctetSeq. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| BAD_CONTEXT Exception thrown when an operation is invoked by a client but the passed
 context does not contain the context values required by the operation. | 
| BAD_INV_ORDER This exception indicates that the caller has invoked operations in
 the wrong order. | 
| BAD_OPERATION Exception thrown when an object reference denotes an existing object,
 but that the object does not support the operation that was invoked. | 
| BAD_PARAM Exception  thrown
 when a parameter passed to a call is out of range or
 otherwise considered illegal. | 
| BAD_TYPECODE Exception thrown when the ORB has encountered a malformed type code
 (for example, a type code with an invalid TCKind value). | 
| COMM_FAILURE This exception is raised if communication is lost while an operation
 is in progress, after the request was sent by the client, but before
 the reply from the server has been returned to the client. | 
| CompletionStatus An object that indicates whether a method had completed running
 when a  SystemExceptionwas thrown. | 
| DATA_CONVERSION This exception is raised if an ORB cannot convert the representation
 of data as marshaled into its native representation or vice-versa. | 
| IMP_LIMIT This exception indicates that an implementation limit was
 exceeded in the ORB run time. | 
| INITIALIZE Exception thrown
 when an ORB has encountered a failure during its initialization,
 such as failure to acquire networking resources or detecting a
 configuration error. | 
| INTERNAL This exception indicates an internal failure in an ORB, for
 example, if an ORB has detected corruption of its internal
 data structures. | 
| INTF_REPOS Exception raised
 when an ORB cannot reach the interface
 repository, or some other failure relating to the interface repository
 is detected. | 
| INV_OBJREF This exception indicates that an object reference is internally
 malformed. | 
| INV_POLICY Standard exception  thrown
 when an invocation cannot be made because of an incompatibility between
 Policy overrides that apply to the particular invocation. | 
| MARSHAL A request or reply from the network is structurally invalid. | 
| NO_IMPLEMENT This exception indicates that even though the operation that
 was invoked exists (it has an IDL definition), no implementation
 for that operation exists. | 
| NO_RESOURCES Exception thrown when the ORB has encountered some general resource
 limitation. | 
| OBJ_ADAPTER This exception typically indicates an administrative mismatch, for
 example, a server may have made an attempt to register itself with
 an implementation repository under a name that is already in use,
 or is unknown to the repository. | 
| OBJECT_NOT_EXIST Exception raised whenever an invocation on a deleted object was
 performed. | 
| TRANSACTION_ROLLEDBACK Exception  thrown when the transaction associated with the request has
 already been rolled back or marked to roll back. | 
| TRANSIENT Exception  thrown when the ORB attempted to reach an object and failed. | 
| UNKNOWN This exception is raised if an operation implementation
 throws a non-CORBA exception (such as an exception
 specific to the implementation's programming language),
 or if an operation raises a user exception that does not
 appear in the operation's raises expression. | 
| Class and Description | 
|---|
| INITIALIZE Exception thrown
 when an ORB has encountered a failure during its initialization,
 such as failure to acquire networking resources or detecting a
 configuration error. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| CurrentOperations The interface for Current. | 
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyOperations Provides the operations for a  Policyobject. | 
| Class and Description | 
|---|
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| Environment A container (holder) for an exception that is used in  Requestoperations to make exceptions available to the client. | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyError A user exception thrown when a policy error occurs. | 
| Request An object containing the information necessary for
 invoking a method. | 
| StructMember org/omg/CORBA/StructMember.java . | 
| TCKind org/omg/CORBA/TCKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UnionMember org/omg/CORBA/UnionMember.java . | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| WrongTransaction The CORBA  WrongTransactionuser-defined exception. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| SystemException The root class for all CORBA standard exceptions. | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| CompletionStatus An object that indicates whether a method had completed running
 when a  SystemExceptionwas thrown. | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Request An object containing the information necessary for
 invoking a method. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Principal Deprecated. 
 Deprecated by CORBA 2.2. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| Class and Description | 
|---|
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| DataInputStream Defines the methods used to read primitive data types from input streams
 for unmarshaling custom value types. | 
| DataOutputStream Defines the methods used to write primitive data types to output streams
 for marshalling custom value types. | 
| Class and Description | 
|---|
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyOperations Provides the operations for a  Policyobject. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| LocalObject Used as a base class for implementation of a local IDL interface in the
 Java language mapping. | 
| Object The definition for a CORBA object reference. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| DomainManager Provides mechanisms for establishing and navigating relationships to
  superior and subordinate domains, as well as for creating and accessing
  policies. | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| Request An object containing the information necessary for
 invoking a method. | 
| SetOverrideType The mapping of a CORBA  enumtaggingSET_OVERRIDEandADD_OVERRIDE, which
 indicate whether policies should replace the
 existing policies of anObjector be added to them. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| CompletionStatus An object that indicates whether a method had completed running
 when a  SystemExceptionwas thrown. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyError A user exception thrown when a policy error occurs. | 
| Request An object containing the information necessary for
 invoking a method. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| Class and Description | 
|---|
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| IRObject org/omg/CORBA/IRObject.java . | 
| Class and Description | 
|---|
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| SystemException The root class for all CORBA standard exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| CurrentOperations The interface for Current. | 
| Object The definition for a CORBA object reference. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| AbstractInterfaceDef org/omg/CORBA/AbstractInterfaceDef.java . | 
| AbstractInterfaceDefOperations org/omg/CORBA/AbstractInterfaceDefOperations.java . | 
| AbstractInterfaceDefPOA org/omg/CORBA/AbstractInterfaceDefPOA.java . | 
| AliasDef org/omg/CORBA/AliasDef.java . | 
| AliasDefOperations org/omg/CORBA/AliasDefOperations.java . | 
| AliasDefPOA org/omg/CORBA/AliasDefPOA.java . | 
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| AnySeqHolder The Holder for AnySeq. | 
| ArrayDef org/omg/CORBA/ArrayDef.java . | 
| ArrayDefOperations org/omg/CORBA/ArrayDefOperations.java . | 
| ArrayDefPOA org/omg/CORBA/ArrayDefPOA.java . | 
| AttributeDef org/omg/CORBA/AttributeDef.java . | 
| AttributeDefOperations org/omg/CORBA/AttributeDefOperations.java . | 
| AttributeDefPOA org/omg/CORBA/AttributeDefPOA.java . | 
| AttributeDescription org/omg/CORBA/AttributeDescription.java . | 
| AttributeMode org/omg/CORBA/AttributeMode.java . | 
| BAD_INV_ORDER This exception indicates that the caller has invoked operations in
 the wrong order. | 
| BAD_OPERATION Exception thrown when an object reference denotes an existing object,
 but that the object does not support the operation that was invoked. | 
| BAD_PARAM Exception  thrown
 when a parameter passed to a call is out of range or
 otherwise considered illegal. | 
| BooleanSeqHolder The Holder for BooleanSeq. | 
| Bounds A user exception thrown when a parameter is not within
 the legal bounds for the object that a method is trying
 to access. | 
| CharSeqHolder The Holder for CharSeq. | 
| CompletionStatus An object that indicates whether a method had completed running
 when a  SystemExceptionwas thrown. | 
| ConstantDef org/omg/CORBA/ConstantDef.java . | 
| ConstantDefOperations org/omg/CORBA/ConstantDefOperations.java . | 
| ConstantDefPOA org/omg/CORBA/ConstantDefPOA.java . | 
| ConstantDescription org/omg/CORBA/ConstantDescription.java . | 
| Contained org/omg/CORBA/Contained.java . | 
| ContainedOperations org/omg/CORBA/ContainedOperations.java . | 
| ContainedPOA org/omg/CORBA/ContainedPOA.java . | 
| Container org/omg/CORBA/Container.java . | 
| ContainerOperations org/omg/CORBA/ContainerOperations.java . | 
| ContainerPOA org/omg/CORBA/ContainerPOA.java . | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| CurrentOperations The interface for Current. | 
| DATA_CONVERSION This exception is raised if an ORB cannot convert the representation
 of data as marshaled into its native representation or vice-versa. | 
| DataInputStream Defines the methods used to read primitive data types from input streams
 for unmarshaling custom value types. | 
| DataOutputStream Defines the methods used to write primitive data types to output streams
 for marshalling custom value types. | 
| DefinitionKind org/omg/CORBA/DefinitionKind.java . | 
| DomainManager Provides mechanisms for establishing and navigating relationships to
  superior and subordinate domains, as well as for creating and accessing
  policies. | 
| DomainManagerOperations Provides the DomainManager with the means to access policies. | 
| DoubleSeqHolder The Holder for DoubleSeq. | 
| DynAny Deprecated. 
 Use the new DynAny instead | 
| DynArray Deprecated. 
 Use the new DynArray instead | 
| DynEnum Deprecated. 
 Use the new DynEnum instead | 
| DynSequence Deprecated. 
 Use the new DynSequence instead | 
| DynStruct Deprecated. 
 Use the new DynStruct instead | 
| DynUnion Deprecated. 
 Use the new DynUnion instead | 
| EnumDef org/omg/CORBA/EnumDef.java . | 
| EnumDefOperations org/omg/CORBA/EnumDefOperations.java . | 
| EnumDefPOA org/omg/CORBA/EnumDefPOA.java . | 
| Environment A container (holder) for an exception that is used in  Requestoperations to make exceptions available to the client. | 
| ExceptionDef org/omg/CORBA/ExceptionDef.java . | 
| ExceptionDefOperations org/omg/CORBA/ExceptionDefOperations.java . | 
| ExceptionDefPOA org/omg/CORBA/ExceptionDefPOA.java . | 
| ExceptionDescription org/omg/CORBA/ExceptionDescription.java . | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| ExtAbstractInterfaceDef org/omg/CORBA/ExtAbstractInterfaceDef.java . | 
| ExtAbstractInterfaceDefOperations org/omg/CORBA/ExtAbstractInterfaceDefOperations.java . | 
| ExtAbstractInterfaceDefPOA org/omg/CORBA/ExtAbstractInterfaceDefPOA.java . | 
| ExtAttributeDef org/omg/CORBA/ExtAttributeDef.java . | 
| ExtAttributeDefOperations org/omg/CORBA/ExtAttributeDefOperations.java . | 
| ExtAttributeDefPOA org/omg/CORBA/ExtAttributeDefPOA.java . | 
| ExtAttributeDescription org/omg/CORBA/ExtAttributeDescription.java . | 
| ExtInitializer org/omg/CORBA/ExtInitializer.java . | 
| ExtInterfaceDef org/omg/CORBA/ExtInterfaceDef.java . | 
| ExtInterfaceDefOperations org/omg/CORBA/ExtInterfaceDefOperations.java . | 
| ExtInterfaceDefPOA org/omg/CORBA/ExtInterfaceDefPOA.java . | 
| ExtLocalInterfaceDef org/omg/CORBA/ExtLocalInterfaceDef.java . | 
| ExtLocalInterfaceDefOperations org/omg/CORBA/ExtLocalInterfaceDefOperations.java . | 
| ExtLocalInterfaceDefPOA org/omg/CORBA/ExtLocalInterfaceDefPOA.java . | 
| ExtValueDef org/omg/CORBA/ExtValueDef.java . | 
| ExtValueDefOperations org/omg/CORBA/ExtValueDefOperations.java . | 
| ExtValueDefPOA org/omg/CORBA/ExtValueDefPOA.java . | 
| FixedDef org/omg/CORBA/FixedDef.java . | 
| FixedDefOperations org/omg/CORBA/FixedDefOperations.java . | 
| FixedDefPOA org/omg/CORBA/FixedDefPOA.java . | 
| FloatSeqHolder The Holder for FloatSeq. | 
| IDLType org/omg/CORBA/IDLType.java . | 
| IDLTypeOperations org/omg/CORBA/IDLTypeOperations.java . | 
| IDLTypePOA org/omg/CORBA/IDLTypePOA.java . | 
| Initializer org/omg/CORBA/Initializer.java . | 
| InterfaceAttrExtension org/omg/CORBA/InterfaceAttrExtension.java . | 
| InterfaceAttrExtensionOperations org/omg/CORBA/InterfaceAttrExtensionOperations.java . | 
| InterfaceAttrExtensionPOA org/omg/CORBA/InterfaceAttrExtensionPOA.java . | 
| InterfaceDef org/omg/CORBA/InterfaceDef.java . | 
| InterfaceDefOperations org/omg/CORBA/InterfaceDefOperations.java . | 
| InterfaceDefPOA org/omg/CORBA/InterfaceDefPOA.java . | 
| InterfaceDescription org/omg/CORBA/InterfaceDescription.java . | 
| IRObject org/omg/CORBA/IRObject.java . | 
| IRObjectOperations org/omg/CORBA/IRObjectOperations.java . | 
| IRObjectPOA org/omg/CORBA/IRObjectPOA.java . | 
| LocalInterfaceDef org/omg/CORBA/LocalInterfaceDef.java . | 
| LocalInterfaceDefOperations org/omg/CORBA/LocalInterfaceDefOperations.java . | 
| LocalInterfaceDefPOA org/omg/CORBA/LocalInterfaceDefPOA.java . | 
| LongLongSeqHolder The Holder for LongLongSeq. | 
| LongSeqHolder The Holder for LongSeq. | 
| MARSHAL A request or reply from the network is structurally invalid. | 
| ModuleDef org/omg/CORBA/ModuleDef.java . | 
| ModuleDefOperations org/omg/CORBA/ModuleDefOperations.java . | 
| ModuleDefPOA org/omg/CORBA/ModuleDefPOA.java . | 
| ModuleDescription org/omg/CORBA/ModuleDescription.java . | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NameValuePair Associates  a name with a value that is an
 attribute of an IDL struct, and is used in the DynStruct APIs. | 
| NativeDef org/omg/CORBA/NativeDef.java . | 
| NativeDefOperations org/omg/CORBA/NativeDefOperations.java . | 
| NativeDefPOA org/omg/CORBA/NativeDefPOA.java . | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| OctetSeqHolder The Holder for OctetSeq. | 
| OperationDef org/omg/CORBA/OperationDef.java . | 
| OperationDefOperations org/omg/CORBA/OperationDefOperations.java . | 
| OperationDefPOA org/omg/CORBA/OperationDefPOA.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| OperationMode org/omg/CORBA/OperationMode.java . | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| ParameterDescription org/omg/CORBA/ParameterDescription.java . | 
| ParameterMode org/omg/CORBA/ParameterMode.java . | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyError A user exception thrown when a policy error occurs. | 
| PolicyOperations Provides the operations for a  Policyobject. | 
| PrimitiveDef org/omg/CORBA/PrimitiveDef.java . | 
| PrimitiveDefOperations org/omg/CORBA/PrimitiveDefOperations.java . | 
| PrimitiveDefPOA org/omg/CORBA/PrimitiveDefPOA.java . | 
| PrimitiveKind org/omg/CORBA/PrimitiveKind.java . | 
| Principal Deprecated. 
 Deprecated by CORBA 2.2. | 
| Repository org/omg/CORBA/Repository.java . | 
| RepositoryOperations org/omg/CORBA/RepositoryOperations.java . | 
| RepositoryPOA org/omg/CORBA/RepositoryPOA.java . | 
| Request An object containing the information necessary for
 invoking a method. | 
| SequenceDef org/omg/CORBA/SequenceDef.java . | 
| SequenceDefOperations org/omg/CORBA/SequenceDefOperations.java . | 
| SequenceDefPOA org/omg/CORBA/SequenceDefPOA.java . | 
| ServerRequest An object that captures the explicit state of a request
 for the Dynamic Skeleton Interface (DSI). | 
| ServiceDetail An object that represents an ORB service: its  service_detail_typefield contains the type of the ORB service, and itsservice_detailfield contains a description of the ORB service. | 
| ServiceInformation An IDL struct in the CORBA module that
  stores information about a CORBA service available in the
  ORB implementation and is obtained from the ORB.get_service_information
  method. | 
| ServiceInformationHolder The Holder for ServiceInformation. | 
| SetOverrideType The mapping of a CORBA  enumtaggingSET_OVERRIDEandADD_OVERRIDE, which
 indicate whether policies should replace the
 existing policies of anObjector be added to them. | 
| ShortSeqHolder The Holder for ShortSeq. | 
| StringDef org/omg/CORBA/StringDef.java . | 
| StringDefOperations org/omg/CORBA/StringDefOperations.java . | 
| StringDefPOA org/omg/CORBA/StringDefPOA.java . | 
| StructDef org/omg/CORBA/StructDef.java . | 
| StructDefOperations org/omg/CORBA/StructDefOperations.java . | 
| StructDefPOA org/omg/CORBA/StructDefPOA.java . | 
| StructMember org/omg/CORBA/StructMember.java . | 
| SystemException The root class for all CORBA standard exceptions. | 
| TCKind org/omg/CORBA/TCKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| TypedefDef org/omg/CORBA/TypedefDef.java . | 
| TypedefDefOperations org/omg/CORBA/TypedefDefOperations.java . | 
| TypedefDefPOA org/omg/CORBA/TypedefDefPOA.java . | 
| TypeDescription org/omg/CORBA/TypeDescription.java . | 
| ULongLongSeqHolder The Holder for ULongLongSeq. | 
| ULongSeqHolder The Holder for ULongSeq. | 
| UnionDef org/omg/CORBA/UnionDef.java . | 
| UnionDefOperations org/omg/CORBA/UnionDefOperations.java . | 
| UnionDefPOA org/omg/CORBA/UnionDefPOA.java . | 
| UnionMember org/omg/CORBA/UnionMember.java . | 
| UnknownUserException A class that contains user exceptions returned by the server. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| UShortSeqHolder The Holder for UShortSeq. | 
| ValueBoxDef org/omg/CORBA/ValueBoxDef.java . | 
| ValueBoxDefOperations org/omg/CORBA/ValueBoxDefOperations.java . | 
| ValueBoxDefPOA org/omg/CORBA/ValueBoxDefPOA.java . | 
| ValueDef org/omg/CORBA/ValueDef.java . | 
| ValueDefOperations org/omg/CORBA/ValueDefOperations.java . | 
| ValueDefPOA org/omg/CORBA/ValueDefPOA.java . | 
| ValueDescription org/omg/CORBA/ValueDescription.java . | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| ValueMemberDef org/omg/CORBA/ValueMemberDef.java . | 
| ValueMemberDefOperations org/omg/CORBA/ValueMemberDefOperations.java . | 
| ValueMemberDefPOA org/omg/CORBA/ValueMemberDefPOA.java . | 
| WCharSeqHolder The Holder for WCharSeq. | 
| WrongTransaction The CORBA  WrongTransactionuser-defined exception. | 
| WstringDef org/omg/CORBA/WstringDef.java . | 
| WstringDefOperations org/omg/CORBA/WstringDefOperations.java . | 
| WstringDefPOA org/omg/CORBA/WstringDefPOA.java . | 
| Class and Description | 
|---|
| AliasDef org/omg/CORBA/AliasDef.java . | 
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| AttributeDef org/omg/CORBA/AttributeDef.java . | 
| AttributeMode org/omg/CORBA/AttributeMode.java . | 
| ConstantDef org/omg/CORBA/ConstantDef.java . | 
| Contained org/omg/CORBA/Contained.java . | 
| ContainedOperations org/omg/CORBA/ContainedOperations.java . | 
| Container org/omg/CORBA/Container.java . | 
| ContainerOperations org/omg/CORBA/ContainerOperations.java . | 
| DefinitionKind org/omg/CORBA/DefinitionKind.java . | 
| EnumDef org/omg/CORBA/EnumDef.java . | 
| ExceptionDef org/omg/CORBA/ExceptionDef.java . | 
| ExtAttributeDef org/omg/CORBA/ExtAttributeDef.java . | 
| ExtAttributeDescription org/omg/CORBA/ExtAttributeDescription.java . | 
| ExtInitializer org/omg/CORBA/ExtInitializer.java . | 
| ExtInterfaceDef org/omg/CORBA/ExtInterfaceDef.java . | 
| ExtInterfaceDefOperations org/omg/CORBA/ExtInterfaceDefOperations.java . | 
| ExtValueDef org/omg/CORBA/ExtValueDef.java . | 
| ExtValueDefOperations org/omg/CORBA/ExtValueDefOperations.java . | 
| IDLType org/omg/CORBA/IDLType.java . | 
| IDLTypeOperations org/omg/CORBA/IDLTypeOperations.java . | 
| Initializer org/omg/CORBA/Initializer.java . | 
| InterfaceAttrExtension org/omg/CORBA/InterfaceAttrExtension.java . | 
| InterfaceAttrExtensionOperations org/omg/CORBA/InterfaceAttrExtensionOperations.java . | 
| InterfaceDef org/omg/CORBA/InterfaceDef.java . | 
| InterfaceDefOperations org/omg/CORBA/InterfaceDefOperations.java . | 
| IRObject org/omg/CORBA/IRObject.java . | 
| IRObjectOperations org/omg/CORBA/IRObjectOperations.java . | 
| ModuleDef org/omg/CORBA/ModuleDef.java . | 
| ModuleDefOperations org/omg/CORBA/ModuleDefOperations.java . | 
| NativeDef org/omg/CORBA/NativeDef.java . | 
| Object The definition for a CORBA object reference. | 
| OperationDef org/omg/CORBA/OperationDef.java . | 
| OperationDefOperations org/omg/CORBA/OperationDefOperations.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| OperationMode org/omg/CORBA/OperationMode.java . | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| ParameterDescription org/omg/CORBA/ParameterDescription.java . | 
| Repository org/omg/CORBA/Repository.java . | 
| RepositoryOperations org/omg/CORBA/RepositoryOperations.java . | 
| StructDef org/omg/CORBA/StructDef.java . | 
| StructMember org/omg/CORBA/StructMember.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UnionDef org/omg/CORBA/UnionDef.java . | 
| UnionMember org/omg/CORBA/UnionMember.java . | 
| ValueBoxDef org/omg/CORBA/ValueBoxDef.java . | 
| ValueDef org/omg/CORBA/ValueDef.java . | 
| ValueDefOperations org/omg/CORBA/ValueDefOperations.java . | 
| ValueDescription org/omg/CORBA/ValueDescription.java . | 
| ValueMemberDef org/omg/CORBA/ValueMemberDef.java . | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| DefinitionKind org/omg/CORBA/DefinitionKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Contained org/omg/CORBA/Contained.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| ExtAttributeDescription org/omg/CORBA/ExtAttributeDescription.java . | 
| ExtInitializer org/omg/CORBA/ExtInitializer.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| ExtAttributeDescription org/omg/CORBA/ExtAttributeDescription.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| AttributeDescription org/omg/CORBA/AttributeDescription.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| AttributeDescription org/omg/CORBA/AttributeDescription.java . | 
| Initializer org/omg/CORBA/Initializer.java . | 
| OperationDescription org/omg/CORBA/OperationDescription.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| ValueMember org/omg/CORBA/ValueMember.java . | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Context An object used in  Requestoperations
 to specify the context object in which context strings
 must be resolved before being sent along with the request invocation. | 
| ContextList An object containing a modifiable list of  Stringobjects
 that represent property names. | 
| CustomMarshal An abstract value type that is meant to
 be used by the ORB, not the user. | 
| DomainManager Provides mechanisms for establishing and navigating relationships to
  superior and subordinate domains, as well as for creating and accessing
  policies. | 
| ExceptionList An object used in  Requestoperations to
 describe the exceptions that can be thrown by a method. | 
| NamedValue An object used in the DII and DSI to describe
 arguments and return values. | 
| NVList A modifiable list containing  NamedValueobjects. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| Principal Deprecated. 
 Deprecated by CORBA 2.2. | 
| Request An object containing the information necessary for
 invoking a method. | 
| SetOverrideType The mapping of a CORBA  enumtaggingSET_OVERRIDEandADD_OVERRIDE, which
 indicate whether policies should replace the
 existing policies of anObjector be added to them. | 
| SystemException The root class for all CORBA standard exceptions. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| BAD_PARAM Exception  thrown
 when a parameter passed to a call is out of range or
 otherwise considered illegal. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| DynamicImplementation Deprecated. 
 org.omg.CORBA.DynamicImplementation | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| ServerRequest An object that captures the explicit state of a request
 for the Dynamic Skeleton Interface (DSI). | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| ParameterMode org/omg/CORBA/ParameterMode.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| TCKind org/omg/CORBA/TCKind.java . | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Object The definition for a CORBA object reference. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyError A user exception thrown when a policy error occurs. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| Current Interfaces derived from the Current interface enable ORB and CORBA
 services to provide access to information (context) associated with
 the thread of execution in which they are running. | 
| CurrentOperations The interface for Current. | 
| Object The definition for a CORBA object reference. | 
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
| Policy Interfaces derived from the Policy interface allow an
 ORB or CORBA service  access to certain choices that affect
 its operation. | 
| PolicyOperations Provides the operations for a  Policyobject. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| UserException The root class for CORBA IDL-defined user exceptions. | 
| Class and Description | 
|---|
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Any Serves as a container for any data that can be
 described in IDL or for any IDL primitive type. | 
| TypeCode A container for information about a specific CORBA data
 type. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| Class and Description | 
|---|
| Object The definition for a CORBA object reference. | 
| Class and Description | 
|---|
| ORB A class providing APIs for the CORBA Object Request Broker
 features. | 
Copyright © 2016 JBoss by Red Hat. All rights reserved.