javaSys
Class HelloLocal

java.lang.Object
  extended by CTL.RI
      extended by javaSys.HelloCI
          extended by javaSys.HelloLocal

public class HelloLocal
extends HelloCI


Field Summary
private  Hello self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
HelloLocal()
           
 
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
 rResult sayHello_rr()
           
 java.lang.String sayHello()
           
 
Methods inherited from class javaSys.HelloCI
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 Hello self
Constructor Detail

HelloLocal

public HelloLocal()
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 HelloCI
Returns:
Implementation class as string

sayHello

public java.lang.String sayHello()
Overrides:
sayHello in class HelloCI

sayHello_rr

public rResult sayHello_rr()
Overrides:
sayHello_rr in class HelloCI

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