Spec-Zone .ru
спецификации, руководства, описания, API
JavaTM 2 Platform
Std. Ed. v1.3.1

Uses of Package
org.omg.CORBA

Packages that use org.omg.CORBA
javax.rmi.CORBA Contains portability APIs for RMI-IIOP. 
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_2_3 The CORBA_2_3 package defines additions to existing CORBA interfaces in the Java 2 Standard Edition.   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.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. 
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. 
 

Classes in org.omg.CORBA used by javax.rmi.CORBA
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
Any
          Serves as a container for any data that can be described in IDL or for any IDL primitive type.
AnySeqHolder
          org/omg/CORBA/AnySeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
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.
BooleanSeqHolder
          org/omg/CORBA/BooleanSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
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
          org/omg/CORBA/CharSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
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
          org/omg/CORBA/Current.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:21 AM PDT.
CurrentOperations
          org/omg/CORBA/CurrentOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:21 AM PDT.
DATA_CONVERSION
          The CORBA DATA_CONVERSION exception, which is thrown when there is a data conversion error.
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
          The DomainManager has associated with it the policy objects for a particular domain.
DomainManagerOperations
          The DomainManager has associated with it the policy objects for a particular domain.
DoubleSeqHolder
          org/omg/CORBA/DoubleSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:37 o'clock GMT+00:00
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 representation of a DynAny object that is associated with an IDL sequence.
DynStruct
          The representation of a DynAny object that is associated with an IDL struct.
DynUnion
          The DynUnion interface represents a DynAny object that 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.
FloatSeqHolder
          org/omg/CORBA/FloatSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:37 o'clock GMT+00:00
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 from IRObject.
LongLongSeqHolder
          org/omg/CORBA/LongLongSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
LongSeqHolder
          org/omg/CORBA/LongSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
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 associates a name with a value that is an attribute of an IDL struct.
NVList
          A modifiable list containing NamedValue objects.
Object
          The definition for a CORBA object reference.
OctetSeqHolder
          org/omg/CORBA/OctetSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
Policy
          org/omg/CORBA/Policy.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:20 AM PDT
PolicyError
          An exception carrying one of the following policy error reason codes defined in the org.omg.CORBA package: BAD_POLICY, BAD_POLICY_TYPE, BAD_POLICY_VALUE, UNSUPPORTED_POLICY, UNSUPPORTED_POLICY_VALUE
PolicyOperations
          org/omg/CORBA/PolicyOperations.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:20 AM PDT
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.
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
          The mapping of a CORBA enum tagging SET_OVERRIDE and ADD_OVERRIDE, which indicate whether policies should replace the existing policies of an Object or be added to them.
ShortSeqHolder
          org/omg/CORBA/ShortSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
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.
ULongLongSeqHolder
          org/omg/CORBA/ULongLongSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:37 o'clock GMT+00:00
ULongSeqHolder
          org/omg/CORBA/ULongSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
UnionMember
          A description in the Interface Repository of a member of an IDL union.
UserException
          The root class for CORBA IDL-defined user exceptions.
UShortSeqHolder
          org/omg/CORBA/UShortSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
ValueMember
          A description in the Interface Repository of a member of a value object.
WCharSeqHolder
          org/omg/CORBA/WCharSeqHolder.java Generated by the IDL-to-Java compiler (portable), version "3.0" from streams.idl 13 May 1999 22:41:36 o'clock GMT+00:00
WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

Classes in org.omg.CORBA used by org.omg.CORBA_2_3
BAD_PARAM
          The CORBA BAD_PARAM exception, which is thrown when an invalid parameter is passed to a method.
ORB
          A class providing APIs for the CORBA Object Request Broker features.
 

Classes in org.omg.CORBA used by org.omg.CORBA.DynAnyPackage
UserException
          The root class for CORBA IDL-defined user exceptions.
 

Classes in org.omg.CORBA used by org.omg.CORBA.ORBPackage
UserException
          The root class for CORBA IDL-defined user exceptions.
 

Classes in org.omg.CORBA used by org.omg.CORBA.portable
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 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.
CustomMarshal
          The CustomMarshal is an abstract value type that is meant to be used by the ORB, not the user.
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
          org/omg/CORBA/Policy.java Generated by the IDL-to-Java compiler (portable), version "3.0" from ../../../../../src/share/classes/org/omg/PortableServer/corba.idl Saturday, July 17, 1999 12:26:20 AM PDT
Principal
          Deprecated. Deprecated by CORBA 2.2.
Request
          An object containing the information necessary for invoking a method.
SetOverrideType
          The mapping of a CORBA enum tagging SET_OVERRIDE and ADD_OVERRIDE, which indicate whether policies should replace the existing policies of an Object 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.TypeCodePackage
UserException
          The root class for CORBA IDL-defined user exceptions.
 

Classes in org.omg.CORBA used by org.omg.CosNaming
Any
          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.NamingContextPackage
Any
          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.
 

Classes in org.omg.CORBA used by org.omg.SendingContext
Object
          The definition for a CORBA object reference.
 

Classes in org.omg.CORBA used by org.omg.stub.java.rmi
Object
          The definition for a CORBA object reference.
 


JavaTM 2 Platform
Std. Ed. v1.3.1

Submit a bug or feature
For further API reference and developer documentation, see Java 2 SDK SE Developer Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.

Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2001 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.

free hit counter