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.
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
- InvokeHandler
- ResponseHandler
Unimplemented Methods in package org.omg.CORBA.portable
- InputStream
- public int read()
- public.math.BigDecimal read_fixed()
- public org.omg.CORBA.Context read_Context()
- public org.omg.CORBA.Object read_Object(java.lang.Class clz)
- public org.omg.CORBA.ORB orb()
- OutputStream
- public org.omg.CORBA.ORB orb()
- public void write_Context(org.omg.CORBA.Context ctx,
org.omg.CORBA.ContextList contexts)
- public void write_fixed(java.math.BigDecimal value)
- public void write(int b)
- Delegate
- public void releaseReply(org.omg.CORBA.Object self, InputStream input)
- public InputStream invoke(org.omg.CORBA.Object self, OutputStream output)
- public OutputStream request(org.omg.CORBA.Object self, String operation,
boolean responseExpected)
- public org.omg.CORBA.Object set_policy_override(org.omg.CORBA.Object self,
org.omg.CORBA.Policy[] policies,
org.omg.CORBA.SetOverrideType set_add)
- public org.omg.CORBA.DomainManager[] get_domain_managers(
org.omg.CORBA.Object
self)
- public org.omg.CORBA.Policy get_policy(org.omg.CORBA.Object self,
int policy_type)
@since JDK1.2