javaSys
Class CallByReferenceLocal

java.lang.Object
  extended by CTL.RI
      extended by javaSys.CallByReferenceCI
          extended by javaSys.CallByReferenceLocal

public class CallByReferenceLocal
extends CallByReferenceCI


Field Summary
private  CallByReference self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
CallByReferenceLocal()
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
 rResult test_rr(MyRef arg0)
           
 MyRef test(MyRef arg0)
           
 
Methods inherited from class javaSys.CallByReferenceCI
peerID, proc, toString, use
 
Methods inherited from class CTL.RI
objID, setObjID, setPeerID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

self

private CallByReference self
Constructor Detail

CallByReferenceLocal

public CallByReferenceLocal()
Method Detail

getBase

public java.lang.String getBase()
Description copied from class: RI
Retrieve the implementation class of this remote interface

Overrides:
getBase in class CallByReferenceCI
Returns:
Implementation class as string

test

public MyRef test(MyRef arg0)
Overrides:
test in class CallByReferenceCI

test_rr

public rResult test_rr(MyRef arg0)
Overrides:
test_rr in class CallByReferenceCI

accept

public static void accept(OIStream in,
                          Header ohead,
                          long objID,
                          FID fid,
                          int id,
                          Env env)
                   throws java.io.IOException,
                          java.lang.ClassNotFoundException,
                          java.lang.InstantiationException,
                          java.lang.IllegalAccessException,
                          java.lang.NoSuchMethodException,
                          java.lang.reflect.InvocationTargetException,
                          CTLException
Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.InstantiationException
java.lang.IllegalAccessException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
CTLException