| com.caucho.iiop.orb.StubDelegateImpl
StubDelegateImpl | public class StubDelegateImpl extends org.omg.CORBA.portable.Delegate (Code) | | |
Inner Class :static class TransactionServiceContext extends ServiceContext | |
Method Summary | |
public Request | create_request(org.omg.CORBA.Object obj, Context ctx, String op, NVList argList, NamedValue result) | public Request | create_request(org.omg.CORBA.Object obj, Context ctx, String op, NVList argList, NamedValue result, ExceptionList excList, ContextList ctxList) | public org.omg.CORBA.Object | duplicate(org.omg.CORBA.Object obj) | public org.omg.CORBA.Object | get_interface_def(org.omg.CORBA.Object self) | public int | hash(org.omg.CORBA.Object obj, int max) | public org.omg.CORBA.portable.InputStream | invoke(org.omg.CORBA.Object self, org.omg.CORBA.portable.OutputStream os) | public boolean | is_a(org.omg.CORBA.Object obj, String repId) | public boolean | is_equivalent(org.omg.CORBA.Object obj, org.omg.CORBA.Object other) | public boolean | non_existent(org.omg.CORBA.Object obj) | public ORB | orb(org.omg.CORBA.Object obj) | public void | release(org.omg.CORBA.Object obj) | public void | releaseReply(org.omg.CORBA.Object self, org.omg.CORBA.portable.InputStream is) | public org.omg.CORBA.portable.OutputStream | request(org.omg.CORBA.Object self, String op, boolean isResponseExpected) | public Request | request(org.omg.CORBA.Object obj, String op) | public String | toString() |
create_request | public Request create_request(org.omg.CORBA.Object obj, Context ctx, String op, NVList argList, NamedValue result)(Code) | | |
create_request | public Request create_request(org.omg.CORBA.Object obj, Context ctx, String op, NVList argList, NamedValue result, ExceptionList excList, ContextList ctxList)(Code) | | |
duplicate | public org.omg.CORBA.Object duplicate(org.omg.CORBA.Object obj)(Code) | | |
get_interface_def | public org.omg.CORBA.Object get_interface_def(org.omg.CORBA.Object self)(Code) | | |
hash | public int hash(org.omg.CORBA.Object obj, int max)(Code) | | |
invoke | public org.omg.CORBA.portable.InputStream invoke(org.omg.CORBA.Object self, org.omg.CORBA.portable.OutputStream os)(Code) | | |
is_a | public boolean is_a(org.omg.CORBA.Object obj, String repId)(Code) | | |
is_equivalent | public boolean is_equivalent(org.omg.CORBA.Object obj, org.omg.CORBA.Object other)(Code) | | |
non_existent | public boolean non_existent(org.omg.CORBA.Object obj)(Code) | | |
orb | public ORB orb(org.omg.CORBA.Object obj)(Code) | | |
release | public void release(org.omg.CORBA.Object obj)(Code) | | |
releaseReply | public void releaseReply(org.omg.CORBA.Object self, org.omg.CORBA.portable.InputStream is)(Code) | | |
request | public org.omg.CORBA.portable.OutputStream request(org.omg.CORBA.Object self, String op, boolean isResponseExpected)(Code) | | |
request | public Request request(org.omg.CORBA.Object obj, String op)(Code) | | |
|
|