_default
Class AddLocal

java.lang.Object
  extended by CTL.RI
      extended by _default.AddCI
          extended by _default.AddLocal

public class AddLocal
extends AddCI


Field Summary
private  Add self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
AddLocal()
           
 
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 _default.AddCI
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 Add self
Constructor Detail

AddLocal

public AddLocal()
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 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