JavaTM 2 Platform
Std. Ed. v1.4.0

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 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.DynamicAny Provides classes and interfaces that enable traversal of the data value associated with an any at runtime, and extraction of the primitive constituents of the data value. 
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.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.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.
 

Classes in org.omg.CORBA used by org.omg.CORBA
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.
Bounds
          A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.
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.
DomainManagerOperations
          Provides the DomainManager with the means to access policies.
DynAny
          Enables org.omg.CORBA.Any values to be dynamically interpreted (traversed) and constructed.
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.
MARSHAL
          A request or reply from the network is structurally invalid.
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.
PolicyOperations
          Provides the operations for a Policy object.
SystemException
          The root class for all CORBA standard exceptions.
UserException
          The root class for CORBA IDL-defined user exceptions.
WrongTransaction
          The CORBA WrongTransaction user-defined exception.
 

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

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
CustomMarshal
          An abstract value type that is meant to be used by the ORB, not the user.
Object
          The definition for a CORBA object reference.
SystemException
          The root class for all CORBA standard exceptions.
 

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
DynamicImplementation
          Deprecated. org.omg.CORBA.DynamicImplementation
Object
          The definition for a CORBA object reference.
 

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

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

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

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

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

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

Classes in org.omg.CORBA used by org.omg.PortableInterceptor
Object
          The definition for a CORBA object reference.
PolicyError
          A user exception thrown when a policy error occurs.
UserException
          The root class for CORBA IDL-defined user exceptions.
 

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

Classes in org.omg.CORBA used by org.omg.PortableServer
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.
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 Policy object.
UserException
          The root class for CORBA IDL-defined user exceptions.
 

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

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

Classes in org.omg.CORBA used by org.omg.PortableServer.POAPackage
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.4.0

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-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.