|
Java Platform 1.2 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
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 |
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.
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.
org.omg.CORBA.portable
org.omg.CORBA.portable
- InvokeHandler
- ResponseHandler
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)
|
Java Platform 1.2 |
|||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |