javaSys
Class EvCalcCI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.EvCalcCI
Direct Known Subclasses:
EvCalcLocal, EvCalcRI

public class EvCalcCI
extends RI


Field Summary
private static Process proc2
           
private  EvCalcCI self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
EvCalcCI()
           
EvCalcCI(java.lang.Object obj)
           
EvCalcCI(Process proc)
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 rResult barfoo_rr(int arg0, int arg1)
           
 int barfoo(int arg0, int arg1)
           
 rResult futzi_rr(TripleDash arg0)
           
 double futzi(TripleDash arg0)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
 rResult last_rr(java.util.LinkedList<java.lang.String> arg0)
           
 java.lang.String last(java.util.LinkedList<java.lang.String> arg0)
           
 PeerID peerID()
          Retrieve the PeerID of this object
protected static Process proc()
           
 rResult send_rr(TripleDash arg0)
           
 TripleDash send(TripleDash arg0)
           
 java.lang.String toString()
           
static void use(Process prc)
           
 
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

proc2

private static Process proc2

self

private EvCalcCI self
Constructor Detail

EvCalcCI

public EvCalcCI()

EvCalcCI

public EvCalcCI(Process proc)

EvCalcCI

public EvCalcCI(java.lang.Object obj)
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 RI
Returns:
Implementation class as string

barfoo

public int barfoo(int arg0,
                  int arg1)

barfoo_rr

public rResult barfoo_rr(int arg0,
                         int arg1)

futzi

public double futzi(TripleDash arg0)

futzi_rr

public rResult futzi_rr(TripleDash arg0)

send

public TripleDash send(TripleDash arg0)

send_rr

public rResult send_rr(TripleDash arg0)

last

public java.lang.String last(java.util.LinkedList<java.lang.String> arg0)

last_rr

public rResult last_rr(java.util.LinkedList<java.lang.String> arg0)

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)

toString

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