This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.


Package org.omg.CORBA.portable

Interface Summary
BoxedValueHelper
CustomValue An extension of ValueBase that is implemented by custom value types.
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 This interface provides a dispatching mechanism for an incoming call.
ResponseHandler This interface is supplied by an ORB to a servant at invocation time and allows the servant to later retrieve an OutputStream for returning the invocation results.
Streamable The base class for the Holder classess of all complex IDL types.
StreamableValue Defines the base type for all non-boxed IDL valuetypes that are not custom marshaled.
ValueBase The generated Java classes corresponding to valuetype IDL types implement this interface.
ValueFactory The ValueFactory interface is the native mapping for the IDL type CORBA::ValueFactory.
ValueInputStream Java to IDL ptc 02-01-12 1.5.1.4 ValueInputStream is used for implementing RMI-IIOP stream format version 2.
ValueOutputStream Java to IDL ptc 02-01-12 1.5.1.3 ValueOutputStream is used for implementing RMI-IIOP stream format version 2.
 

Class Summary
Delegate 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 common base class for all stub classes; 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 This class is part of the local stub API, the purpose of which is to provide high performance calls for collocated clients and servers (i.e.
 

Exception Summary
ApplicationException This class is used for reporting application level exceptions between ORBs and stubs.
IndirectionException The Indirection exception is a Java specific system exception.
RemarshalException This class is used for reporting locate forward exceptions and object forward GIOP messages back to the ORB.
UnknownException The org.omg.CORBA.portable.UnknownException is used for reporting unknown exceptions between ties and ORBs and between ORBs and stubs.
 



This documentation differs from the official API. Jadeite adds extra features to the API including: variable font sizes, constructions examples, placeholders for classes and methods, and auto-generated “See Also” links. Additionally it is missing some items found in standard Javadoc documentation, including: generics type information, “Deprecated” tags and comments, “See Also” links, along with other minor differences. Please send any questions or feedback to bam@cs.cmu.edu.
This page displays the Jadeite version of the documention, which is derived from the offical documentation that contains this copyright notice:
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.
The official Sun™ documentation can be found here at http://java.sun.com/javase/6/docs/api/.