javaSys
Class PiSimpleRI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.PiSimpleCI
          extended by javaSys.PiSimpleRI

public class PiSimpleRI
extends PiSimpleCI


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

PiSimpleRI

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

calc

public static double calc(double arg0,
                          int arg1,
                          int arg2)

calc

public static double calc(Process proc,
                          double arg0,
                          int arg1,
                          int arg2)

calc_rr

public static rResult calc_rr(double arg0,
                              int arg1,
                              int arg2)

calc_rr

public static rResult calc_rr(Process proc,
                              double arg0,
                              int arg1,
                              int arg2)

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