|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use org.omg.CORBA | |
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.DynAnyPackage | Provides the exceptions used with the DynAny interface
(InvalidValue ,
Invalid , InvalidSeq , and
TypeMismatch ). |
org.omg.CORBA.ORBPackage | Provides the exception InvalidName , which is thrown
by the method ORB.resolve_initial_references
and the exception InconsistentTypeCode , which is thrown
by the Dynamic Any creation methods in the ORB class. |
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.TypeCodePackage | Provides the user-defined exceptions BadKind
and Bounds , which are thrown by methods in
in the class TypeCode . |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Classes in org.omg.CORBA used by org.omg.CORBAAny
|
Serves as a container for any data that can be described in IDL or for any IDL primitive type. BAD_OPERATION
|
The CORBA BAD_OPERATION exception, which is thrown
when a method is invalid.BAD_PARAM
|
The CORBA BAD_PARAM exception, which is thrown
when an invalid parameter is passed to a method.Bounds
|
CompletionStatus
|
An object that indicates whether a method had completed running when a SystemException was thrown.Context
|
An object used in Request operations
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 String objects
that represent property names.Current
|
An interface that makes it possible to access information associated with a particular thread of execution, such as security information or a transaction identifier. DATA_CONVERSION
|
The CORBA DATA_CONVERSION exception, which is thrown
when there is a data conversion error.DefinitionKind
|
DomainManager
|
The DomainManager has associated with it the policy objects for a particular domain. DynAny
|
org.omg.CORBA.Any values can be dynamically interpreted (traversed) and constructed through DynAny objects. DynArray
|
The DynArray interface represents a DynAny object which is associated with an array. DynEnum
|
The DynEnum interface represents a DynAny object which is associated with an IDL enum. DynSequence
|
The DynArray interface represents a DynAny object which is associated with an IDL sequence. DynStruct
|
The DynStruct interface represents a DynAny object which is associated with an IDL struct. DynUnion
|
The DynUnion interface represents a DynAny object which is associated with an IDL union. Environment
|
A container (holder) for an exception that is used in Request
operations to make exceptions available to the client.ExceptionList
|
An object used in Request operations to
describe the exceptions that can be thrown by a method.IDLType
|
The IDLType interface is an abstract interface inherited by all IR objects that represent the OMG IDL types. IRObject
|
An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself. MARSHAL
|
The CORBA MARSHAL exception, which is thrown
when the ORB has a problem marshalling or unmarshalling parameters.NamedValue
|
An object used in the DII and DSI to describe arguments and return values. NameValuePair
|
The NameValuePair interface is used to hold names and values of IDL structs in the DynStruct APIs. NVList
|
A modifiable list containing NamedValue objects.Object
|
The definition for a CORBA object reference. ORB
|
A class providing APIs for the CORBA Object Request Broker features. Policy
|
The Policy interface provides a mechanism for ORBs and Object Services to allow access to certain choices that affect their operation. PolicyError
|
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). ServiceDetail
|
ServiceInformation
|
ServiceInformation is an IDL struct in the CORBA module. ServiceInformationHolder
|
A Holder class for a ServiceInformation object
that is used to store "out" and "inout" parameters in IDL methods.SetOverrideType
|
StructMember
|
A description of a member of an IDL struct .SystemException
|
The root class for all CORBA standard exceptions. TCKind
|
The Java mapping of the IDL enum TCKind , which
specifies the kind of a TypeCode object.TypeCode
|
A container for information about a specific CORBA data type. UnionMember
|
A description in the Interface Repository of a member of an IDL union. UserException
|
The root class for CORBA IDL-defined user exceptions. ValueMember
|
A description in the Interface Repository of a member of a value object.WrongTransaction
|
The CORBA WrongTransaction user-defined exception. |
Classes in org.omg.CORBA used by org.omg.CORBA.DynAnyPackageUserException
|
The root class for CORBA IDL-defined user exceptions. |
Classes in org.omg.CORBA used by org.omg.CORBA.ORBPackageUserException
|
The root class for CORBA IDL-defined user exceptions. |
Classes in org.omg.CORBA used by org.omg.CORBA.portableAny
|
Serves as a container for any data that can be described in IDL or for any IDL primitive type. Context
|
An object used in Request operations
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 String objects
that represent property names.DomainManager
|
The DomainManager has associated with it the policy objects for a particular domain. ExceptionList
|
An object used in Request operations 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 NamedValue objects.Object
|
The definition for a CORBA object reference. ORB
|
A class providing APIs for the CORBA Object Request Broker features. Policy
|
The Policy interface provides a mechanism for ORBs and Object Services to allow access to certain choices that affect their operation. Principal
|
Deprecated. Deprecated by CORBA 2.2. Request
|
An object containing the information necessary for invoking a method. SetOverrideType
|
SystemException
|
The root class for all CORBA standard exceptions. TypeCode
|
A container for information about a specific CORBA data type. |
Classes in org.omg.CORBA used by org.omg.CORBA.TypeCodePackageUserException
|
The root class for CORBA IDL-defined user exceptions. |
Classes in org.omg.CORBA used by org.omg.CosNamingAny
|
Serves as a container for any data that can be described in IDL or for any IDL primitive type. BAD_PARAM
|
The CORBA BAD_PARAM exception, which is thrown
when an invalid parameter is passed to a method.DynamicImplementation
|
The base class for all object implementations using the DSI. Object
|
The definition for a CORBA object reference. 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. |
Classes in org.omg.CORBA used by org.omg.CosNaming.NamingContextPackageAny
|
Serves as a container for any data that can be described in IDL or for any IDL primitive type. BAD_PARAM
|
The CORBA BAD_PARAM exception, which is thrown
when an invalid parameter is passed to a method.TypeCode
|
A container for information about a specific CORBA data type. UserException
|
The root class for CORBA IDL-defined user exceptions. |
|
Java Platform 1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |