javaSys
Class ChainCRI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.ChainCCI
          extended by javaSys.ChainCRI

public class ChainCRI
extends ChainCCI


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

ChainCRI

public ChainCRI(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 ChainCCI
Returns:
Implementation class as string

calcPI

public double calcPI(java.lang.Integer arg0)
Overrides:
calcPI in class ChainCCI

calcPI_rr

public rResult calcPI_rr(java.lang.Integer arg0)
Overrides:
calcPI_rr in class ChainCCI

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