javaSys
Class HelloLocal
java.lang.Object
  
CTL.RI
      
javaSys.HelloCI
          
javaSys.HelloLocal
public class HelloLocal
- extends HelloCI
 
 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
self
private Hello self
HelloLocal
public HelloLocal()
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