_default
Class AddLocal
java.lang.Object
  
CTL.RI
      
_default.AddCI
          
_default.AddLocal
public class AddLocal
- extends AddCI
 
 
 
 
| 
Method Summary | 
static void | 
accept(OIStream in,
       Header ohead,
       long objID,
       FID fid,
       int id,
       Env env)
 
            | 
 rResult | 
add_rr(java.lang.Integer arg0,
       java.lang.Integer arg1)
 
            | 
 int | 
add(java.lang.Integer arg0,
    java.lang.Integer arg1)
 
            | 
 java.lang.String | 
getBase()
 
          Retrieve the implementation class of this remote interface | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
self
private Add self
AddLocal
public AddLocal()
getBase
public java.lang.String getBase()
- Description copied from class: 
RI 
- Retrieve the implementation class of this remote interface
- Overrides:
 getBase in class AddCI
 
- Returns:
 - Implementation class as string
 
 
 
add
public int add(java.lang.Integer arg0,
               java.lang.Integer arg1)
- Overrides:
 add in class AddCI
 
 
add_rr
public rResult add_rr(java.lang.Integer arg0,
                      java.lang.Integer arg1)
- Overrides:
 add_rr in class AddCI
 
 
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