javaSys
Class CTestLocal

java.lang.Object
  extended by CTL.RI
      extended by javaSys.CTestCI
          extended by javaSys.CTestLocal

public class CTestLocal
extends CTestCI


Field Summary
private  CTest self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
CTestLocal()
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 rResult add_rr(int arg0, int arg1)
           
 int add(int arg0, int arg1)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
static rResult system_rr(java.lang.String arg0)
           
static boolean system(java.lang.String arg0)
           
 rResult toString_rr()
           
 java.lang.String toString()
           
 
Methods inherited from class javaSys.CTestCI
peerID, proc, 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 CTest self
Constructor Detail

CTestLocal

public CTestLocal()
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 CTestCI
Returns:
Implementation class as string

system

public static boolean system(java.lang.String arg0)

system_rr

public static rResult system_rr(java.lang.String arg0)

add

public int add(int arg0,
               int arg1)
Overrides:
add in class CTestCI

add_rr

public rResult add_rr(int arg0,
                      int arg1)
Overrides:
add_rr in class CTestCI

toString

public java.lang.String toString()
Overrides:
toString in class CTestCI

toString_rr

public rResult toString_rr()
Overrides:
toString_rr in class CTestCI

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