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

Uses of Package
org.omg.CORBA

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.CORBA
Any
          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
          This class defines 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.
DynAny
          An object that enables the dynamic management of Any values.
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 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.
IDLType
          An abstract interface inherited by all Interface Repository (IR) objects that represent 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 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.
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
          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
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.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.
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.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.
 


JavaTM 2 Platform
Standard Edition

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