javaSys
Class AnythingRI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.AnythingCI
          extended by javaSys.AnythingRI

public class AnythingRI
extends AnythingCI


Field Summary
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
AnythingRI(Process proc)
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 void foo0(AnyObj arg0)
           
 void foo1(int arg0)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
 
Methods inherited from class javaSys.AnythingCI
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
 

Constructor Detail

AnythingRI

public AnythingRI(Process proc)
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 AnythingCI
Returns:
Implementation class as string

foo0

public void foo0(AnyObj arg0)
Overrides:
foo0 in class AnythingCI

foo1

public void foo1(int arg0)
Overrides:
foo1 in class AnythingCI

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