javaSys
Class ApplicationRI

java.lang.Object
  extended by CTL.RI
      extended by javaSys.ApplicationCI
          extended by javaSys.ApplicationRI

public class ApplicationRI
extends ApplicationCI


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

ApplicationRI

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

run

public static java.lang.String run()

run

public static java.lang.String run(Process proc)

run_rr

public static rResult run_rr()

run_rr

public static rResult run_rr(Process proc)

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