Java org omg corba

Uses of Package
org.omg.CORBA

Provides the mapping of the OMG CORBA APIs to the Java TM programming language, including the class ORB , which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB).

Provides the exceptions used with the DynAny interface ( InvalidValue , Invalid , InvalidSeq , and TypeMismatch ).

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.

Provides the user-defined exceptions BadKind and Bounds , which are thrown by methods in in the class TypeCode .

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.

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.

This package contains the Dynamic module specified in the OMG Portable Interceptor specification, http://cgi.omg.org/cgi-bin/doc?ptc/2000-08-06, section 21.9.

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.

This package contains classes and exceptions from the DynAnyFactory interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.2.

This package contains classes and exceptions from the DynAny interface of the DynamicAny module specified in the OMG The Common Object Request Broker: Architecture and Specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07, section 9.2.

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.

This package contains the exceptions specified in the IOP::CodeFactory interface (as part of the Portable Interceptors spec).

This package contains the Messaging module specified in the OMG CORBA Messaging specification, http://cgi.omg.org/cgi-bin/doc?formal/99-10-07.

Provides a mechanism to register ORB hooks through which ORB services can intercept the normal flow of execution of the ORB.

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.

Provides classes and interfaces for making the server side of your applications portable across multivendor ORBs.

Provides method implementations with access to the identity of the object on which the method was invoked.

Allows programmers to construct object implementations that are portable between different ORB products.

Exception thrown when an object reference denotes an existing object, but that the object does not support the operation that was invoked.

A user exception thrown when a parameter is not within the legal bounds for the object that a method is trying to access.

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.

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.

This exception is raised if an ORB cannot convert the representation of data as marshaled into its native representation or vice-versa.

Defines the methods used to read primitive data types from input streams for unmarshaling custom value types.

Defines the methods used to write primitive data types to output streams for marshalling custom value types.

Provides mechanisms for establishing and navigating relationships to superior and subordinate domains, as well as for creating and accessing policies.

Источник

Читайте также:  Print memory used in java
Оцените статью