| java.lang.Object org.omg.CORBA.portable.Delegate
All known Subclasses: org.omg.CORBA_2_3.portable.Delegate,
Delegate | abstract public class Delegate (Code) | | |
Method Summary | |
abstract public org.omg.CORBA.Request | create_request(org.omg.CORBA.Object self, org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result) | abstract public org.omg.CORBA.Request | create_request(org.omg.CORBA.Object self, org.omg.CORBA.Context ctx, String operation, org.omg.CORBA.NVList arg_list, org.omg.CORBA.NamedValue result, org.omg.CORBA.ExceptionList exclist, org.omg.CORBA.ContextList ctxlist) | abstract public org.omg.CORBA.Object | duplicate(org.omg.CORBA.Object self) | public boolean | equals(org.omg.CORBA.Object self, java.lang.Object obj) | abstract public org.omg.CORBA.Object | get_component(org.omg.CORBA.Object self) | public org.omg.CORBA.DomainManager[] | get_domain_managers(org.omg.CORBA.Object self) | abstract public org.omg.CORBA.InterfaceDef | get_interface(org.omg.CORBA.Object self) | public org.omg.CORBA.Object | get_interface_def(org.omg.CORBA.Object self) | public org.omg.CORBA.Policy | get_policy(org.omg.CORBA.Object self, int policy_type) | abstract public int | hash(org.omg.CORBA.Object self, int max) | public int | hashCode(org.omg.CORBA.Object self) | public org.omg.CORBA.portable.InputStream | invoke(org.omg.CORBA.Object self, org.omg.CORBA.portable.OutputStream os) | abstract public boolean | is_a(org.omg.CORBA.Object self, String repository_id) | abstract public boolean | is_equivalent(org.omg.CORBA.Object self, org.omg.CORBA.Object rhs) | public boolean | is_local(org.omg.CORBA.Object self) | abstract public boolean | non_existent(org.omg.CORBA.Object self) | public org.omg.CORBA.ORB | orb(org.omg.CORBA.Object self) | abstract public void | release(org.omg.CORBA.Object self) | public void | releaseReply(org.omg.CORBA.Object self, org.omg.CORBA.portable.InputStream is) | abstract public org.omg.CORBA.Request | request(org.omg.CORBA.Object self, String operation) | public org.omg.CORBA.portable.OutputStream | request(org.omg.CORBA.Object self, String operation, boolean responseExpected) | public void | servant_postinvoke(org.omg.CORBA.Object self, ServantObject servant) | public ServantObject | servant_preinvoke(org.omg.CORBA.Object self, String operation, Class expectedType) | 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 String | toString(org.omg.CORBA.Object self) |
|
|