javaSys
Class ApplicationLocal

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

public class ApplicationLocal
extends ApplicationCI


Field Summary
private  Application self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
ApplicationLocal()
           
 
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 java.lang.String run()
           
 
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
 

Field Detail

self

private Application self
Constructor Detail

ApplicationLocal

public ApplicationLocal()
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_rr

public static rResult run_rr()

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