javaSys
Class CTestCI
java.lang.Object
  
CTL.RI
      
javaSys.CTestCI
- Direct Known Subclasses: 
 - CTestLocal, CTestRI
 
public class CTestCI
- extends RI
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
proc2
private static Process proc2
self
private CTestCI self
CTestCI
public CTestCI()
CTestCI
public CTestCI(Process proc)
CTestCI
public CTestCI(java.lang.Object obj)
getBase
public java.lang.String getBase()
- Description copied from class: 
RI 
- Retrieve the implementation class of this remote interface
- Overrides:
 getBase in class RI
 
- 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)
 
add_rr
public rResult add_rr(int arg0,
                      int arg1)
 
toString
public java.lang.String toString()
- Overrides:
 toString in class java.lang.Object
 
 
toString_rr
public rResult toString_rr()
 
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
 
proc
protected static Process proc()
 
peerID
public PeerID peerID()
- Description copied from class: 
RI 
- Retrieve the PeerID of this object
- Overrides:
 peerID in class RI
 
- Returns:
 - PeerID
 
 
 
use
public static void use(Process prc)