Java Platform 1.2

Package 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.

See:
          Description

Interface Summary
IDLEntity An interface with no members whose only purpose is to serve as a marker indicating that an implementing class is a Java value type from IDL that has a corresponding Helper class.
InvokeHandler  
ResponseHandler  
Streamable The base class for the Holder classess of all complex IDL types.
 

Class Summary
Delegate The Delegate abstract class specifies a portable API for ORB-vendor-specific implementation of the org.omg.CORBA.Object methods.
InputStream InputStream is the Java API for reading IDL types from CDR marshal streams.
ObjectImpl The ObjectImpl class provides default implementations of the org.omg.CORBA.Object methods.
OutputStream OuputStream is the Java API for writing IDL types to CDR marshal streams.
ServantObject  
 

Exception Summary
ApplicationException  
RemarshalException  
 

Package org.omg.CORBA.portable Description

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. Stubs and other code, generated either from IDL or interfaces written in the Java programming language, can call into these ORB APIs.

Package Specification

The specification consists of:


CORBA Features Not Implemented in Java IDL


Some of the API included in org.omg.CORBA is provided for conformance with the current OMG CORBA specification but is not implemented in Sun's release of the JDKTM. This enables other JDK licensees to provide implementations of this API in standard extensions and products.

List of Unimplemented Features in Package org.omg.CORBA.portable

Unimplemented Interfaces in package org.omg.CORBA.portable

Unimplemented Methods in package org.omg.CORBA.portable

Since:
JDK1.2

Java Platform 1.2

Submit a bug or feature Version 1.2 of Java Platform API Specification
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-1998 Sun Microsystems, Inc. 901 San Antonio Road,
Palo Alto, California, 94303, U.S.A. All Rights Reserved.