javaSys
Class ChainRI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.ChainCI
          extended by javaSys.ChainRI

public class ChainRI
extends ChainCI


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

ChainRI

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

calcPI

public double calcPI(int arg0)
Overrides:
calcPI in class ChainCI

calcPI_rr

public rResult calcPI_rr(int arg0)
Overrides:
calcPI_rr in class ChainCI

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