Uses of Package
org.omg.CORBA
-
Packages that use org.omg.CORBA Package Description javax.rmi.CORBA Contains portability APIs for RMI-IIOP.org.omg.CORBA Provides the mapping of the OMG CORBA APIs to the Java™ programming language, including the classORB
, 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 theDynAny
interface (InvalidValue
,Invalid
,InvalidSeq
, andTypeMismatch
).org.omg.CORBA.ORBPackage Provides the exceptionInvalidName
, which is thrown by the methodORB.resolve_initial_references
and the exceptionInconsistentTypeCode
, which is thrown by the Dynamic Any creation methods in the ORB class.org.omg.CORBA.TypeCodePackage Provides the user-defined exceptionsBadKind
andBounds
, which are thrown by methods in in the classTypeCode
.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.CORBA_2_3.portable Provides methods for the input and output of value types, and contains other updates to theorg/omg/CORBA/portable
package.org.omg.CosNaming Provides a naming service for Java IDL.org.omg.CosNaming.NamingContextExtPackage This package contains the following classes, which are used inorg.omg.CosNaming.NamingContextExt
:AddressHelper
StringNameHelper
URLStringHelper
InvalidAddress
org.omg.CosNaming.NamingContextPackage This package contains Exception classes for theorg.omg.CosNaming
package.org.omg.Dynamic This package contains theDynamic
module specified in the OMG Portable Interceptor specification, ptc/2000-08-06, section 21.9.org.omg.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with anany
at runtime, and extraction of the primitive constituents of the data value.org.omg.DynamicAny.DynAnyFactoryPackage This package contains classes and exceptions from theDynAnyFactory
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.2.org.omg.DynamicAny.DynAnyPackage This package contains classes and exceptions from theDynAny
interface of theDynamicAny
module specified in the OMG The Common Object Request Broker: Architecture and Specification, formal/99-10-07, section 9.2.org.omg.IOP This package contains theIOP
module specified in the OMG document The Common Object Request Broker: Architecture and Specification, 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 theMessaging
module specified in the OMG CORBA Messaging specification, 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 theORBInitInfo
local interface of thePortableInterceptor
module specified in the OMG Portable Interceptor specification, 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.portable Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.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 thejava.rmi
package. -
Classes in org.omg.CORBA used by javax.rmi.CORBA Class 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. -
Classes in org.omg.CORBA used by org.omg.CORBA Class Description Any Serves as a container for any data that can be described in IDL or for any IDL primitive type.AnySeqHolder The Holder forAnySeq
.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 forBooleanSeq
.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 forCharSeq
.CompletionStatus An object that indicates whether a method had completed running when aSystemException
was thrown.Context An object used inRequest
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 ofString
objects that represent property names.Current Interfaces derived from theCurrent
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 forCurrent
.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 The class that provides the constants used to identify the type of an Interface Repository object.DomainManager Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.DomainManagerOperations Provides theDomainManager
with the means to access policies.DoubleSeqHolder The Holder forDoubleSeq
.DynAny Deprecated.Use the new DynAny insteadDynArray Deprecated.Use the new DynArray insteadDynEnum Deprecated.Use the new DynEnum insteadDynSequence Deprecated.Use the new DynSequence insteadDynStruct Deprecated.Use the new DynStruct insteadDynUnion Deprecated.Use the new DynUnion insteadEnvironment A container (holder) for an exception that is used inRequest
operations to make exceptions available to the client.ExceptionList An object used inRequest
operations to describe the exceptions that can be thrown by a method.FloatSeqHolder The Holder forFloatSeq
.IDLType An abstract interface inherited by all Interface Repository (IR) objects that represent OMG IDL types.IDLTypeOperations This interface must be implemented by all IDLType objects.IRObject An IRObject IDL interface represents the most generic interface from which all other Interface Repository interfaces are derived, even the Repository itself.IRObjectOperations This is the Operations interface for the mapping fromIRObject
.LongLongSeqHolder The Holder forLongLongSeq
.LongSeqHolder The Holder forLongSeq
.MARSHAL A request or reply from the network is structurally invalid.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 theDynStruct
APIs.NVList A modifiable list containingNamedValue
objects.Object The definition for a CORBA object reference.OctetSeqHolder The Holder forOctetSeq
.ORB A class providing APIs for the CORBA Object Request Broker features.ParameterMode Enumeration of parameter modes for Parameter.Policy Interfaces derived from thePolicy
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 aPolicy
object.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 An object that represents an ORB service: itsservice_detail_type
field contains the type of the ORB service, and itsservice_detail
field 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 theORB.get_service_information
method.ServiceInformationHolder The Holder forServiceInformation
.SetOverrideType The mapping of a CORBAenum
taggingSET_OVERRIDE
andADD_OVERRIDE
, which indicate whether policies should replace the existing policies of anObject
or be added to them.ShortSeqHolder The Holder forShortSeq
.StructMember Describes a member of an IDLstruct
in the Interface Repository, including the name of thestruct
member, the type of thestruct
member, and the typedef that represents the IDL type of thestruct
member described thestruct
member object.SystemException The root class for all CORBA standard exceptions.TCKind The Java mapping of the IDL enumTCKind
, which specifies the kind of aTypeCode
object.TypeCode A container for information about a specific CORBA data type.ULongLongSeqHolder The Holder forULongLongSeq
.ULongSeqHolder The Holder forULongSeq
.UnionMember A description in the Interface Repository of a member of an IDL union.UnknownUserException A class that contains user exceptions returned by the server.UserException The root class for CORBA IDL-defined user exceptions.UShortSeqHolder The Holder forUShortSeq
.ValueMember A description in the Interface Repository of a member of avalue
object.WCharSeqHolder The Holder forWCharSeq
.WrongTransaction The CORBAWrongTransaction
user-defined exception. -
Classes in org.omg.CORBA used by org.omg.CORBA.DynAnyPackage Class Description UserException The root class for CORBA IDL-defined user exceptions. -
Classes in org.omg.CORBA used by org.omg.CORBA.ORBPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.CORBA.TypeCodePackage Class 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. -
Classes in org.omg.CORBA used by org.omg.CORBA.portable Class 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 inRequest
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 ofString
objects 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 inRequest
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 containingNamedValue
objects.Object The definition for a CORBA object reference.ORB A class providing APIs for the CORBA Object Request Broker features.Policy Interfaces derived from thePolicy
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 CORBAenum
taggingSET_OVERRIDE
andADD_OVERRIDE
, which indicate whether policies should replace the existing policies of anObject
or be added to them.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_2_3 Class Description BAD_PARAM Exception thrown when a parameter passed to a call is out of range or otherwise considered illegal.Object The definition for a CORBA object reference.ORB A class providing APIs for the CORBA Object Request Broker features. -
Classes in org.omg.CORBA used by org.omg.CORBA_2_3.portable Class Description Object The definition for a CORBA object reference. -
Classes in org.omg.CORBA used by org.omg.CosNaming Class 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.DynamicImplementationObject 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. -
Classes in org.omg.CORBA used by org.omg.CosNaming.NamingContextExtPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.CosNaming.NamingContextPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.Dynamic Class Description Any Serves as a container for any data that can be described in IDL or for any IDL primitive type.ParameterMode Enumeration of parameter modes for Parameter. -
Classes in org.omg.CORBA used by org.omg.DynamicAny Class 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.TCKind The Java mapping of the IDL enumTCKind
, which specifies the kind of aTypeCode
object.TypeCode A container for information about a specific CORBA data type. -
Classes in org.omg.CORBA used by org.omg.DynamicAny.DynAnyFactoryPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.DynamicAny.DynAnyPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.IOP Class 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. -
Classes in org.omg.CORBA used by org.omg.IOP.CodecFactoryPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.IOP.CodecPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.Messaging Class 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. -
Classes in org.omg.CORBA used by org.omg.PortableInterceptor Class 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 theCurrent
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 forCurrent
.Object The definition for a CORBA object reference.Policy Interfaces derived from thePolicy
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. -
Classes in org.omg.CORBA used by org.omg.PortableInterceptor.ORBInitInfoPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.PortableServer Class 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 theCurrent
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 forCurrent
.Object The definition for a CORBA object reference.ORB A class providing APIs for the CORBA Object Request Broker features.Policy Interfaces derived from thePolicy
interface allow an ORB or CORBA service access to certain choices that affect its operation.PolicyOperations Provides the operations for aPolicy
object.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.UserException The root class for CORBA IDL-defined user exceptions. -
Classes in org.omg.CORBA used by org.omg.PortableServer.CurrentPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.PortableServer.POAManagerPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.PortableServer.POAPackage Class 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. -
Classes in org.omg.CORBA used by org.omg.PortableServer.portable Class Description Object The definition for a CORBA object reference.ORB A class providing APIs for the CORBA Object Request Broker features. -
Classes in org.omg.CORBA used by org.omg.SendingContext Class Description Object The definition for a CORBA object reference. -
Classes in org.omg.CORBA used by org.omg.stub.java.rmi Class Description Object The definition for a CORBA object reference.