javaSys
Class MatheRI
java.lang.Object
  
CTL.RI
      
javaSys.MatheCI
          
javaSys.MatheRI
public class MatheRI
- extends MatheCI
 
 
 
 
| 
Method Summary | 
static void | 
accept(OIStream in,
       Header ohead,
       long objID,
       FID fid,
       int id,
       Env env)
 
            | 
 rResult | 
add_a_rr(int[] arg0)
 
            | 
 int | 
add_a(int[] arg0)
 
            | 
 rResult | 
add_rr(java.lang.Integer arg0,
       java.lang.Integer arg1)
 
            | 
 int | 
add(java.lang.Integer arg0,
    java.lang.Integer arg1)
 
            | 
 rResult | 
div_rr(int arg0,
       int arg1)
 
            | 
 int | 
div(int arg0,
    int arg1)
 
            | 
static rResult | 
foobar_rr()
 
            | 
static rResult | 
foobar_rr(Process proc)
 
            | 
static java.lang.String | 
foobar()
 
            | 
static java.lang.String | 
foobar(Process proc)
 
            | 
 java.lang.String | 
getBase()
 
          Retrieve the implementation class of this remote interface | 
 rResult | 
getFoo_rr()
 
            | 
 java.lang.String | 
getFoo()
 
            | 
 rResult | 
log_rr(double arg0)
 
            | 
 rResult | 
log_rr(float arg0)
 
            | 
 double | 
log(double arg0)
 
            | 
 float | 
log(float arg0)
 
            | 
 rResult | 
loglog_rr(DoubleDash arg0)
 
            | 
 DoubleDash | 
loglog(DoubleDash arg0)
 
            | 
 rResult | 
mul_rr(int arg0,
       int arg1)
 
            | 
 int | 
mul(int arg0,
    int arg1)
 
            | 
 void | 
setFoo(java.lang.String arg0)
 
            | 
 rResult | 
sub_rr(int arg0,
       int arg1)
 
            | 
 int | 
sub(int arg0,
    int arg1)
 
            | 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
MatheRI
public MatheRI(Process proc)
MatheRI
public MatheRI(Process proc,
               java.lang.String arg0)
MatheRI
public MatheRI(Process proc,
               java.lang.String arg0,
               boolean arg1)
getBase
public java.lang.String getBase()
- Description copied from class: 
RI 
- Retrieve the implementation class of this remote interface
- Overrides:
 getBase in class MatheCI
 
- Returns:
 - Implementation class as string
 
 
 
add
public int add(java.lang.Integer arg0,
               java.lang.Integer arg1)
- Overrides:
 add in class MatheCI
 
 
add_rr
public rResult add_rr(java.lang.Integer arg0,
                      java.lang.Integer arg1)
- Overrides:
 add_rr in class MatheCI
 
 
foobar
public static java.lang.String foobar()
 
foobar
public static java.lang.String foobar(Process proc)
 
foobar_rr
public static rResult foobar_rr()
 
foobar_rr
public static rResult foobar_rr(Process proc)
 
getFoo
public java.lang.String getFoo()
- Overrides:
 getFoo in class MatheCI
 
 
getFoo_rr
public rResult getFoo_rr()
- Overrides:
 getFoo_rr in class MatheCI
 
 
setFoo
public void setFoo(java.lang.String arg0)
- Overrides:
 setFoo in class MatheCI
 
 
mul
public int mul(int arg0,
               int arg1)
- Overrides:
 mul in class MatheCI
 
 
mul_rr
public rResult mul_rr(int arg0,
                      int arg1)
- Overrides:
 mul_rr in class MatheCI
 
 
div
public int div(int arg0,
               int arg1)
- Overrides:
 div in class MatheCI
 
 
div_rr
public rResult div_rr(int arg0,
                      int arg1)
- Overrides:
 div_rr in class MatheCI
 
 
loglog
public DoubleDash loglog(DoubleDash arg0)
- Overrides:
 loglog in class MatheCI
 
 
loglog_rr
public rResult loglog_rr(DoubleDash arg0)
- Overrides:
 loglog_rr in class MatheCI
 
 
add_a
public int add_a(int[] arg0)
- Overrides:
 add_a in class MatheCI
 
 
add_a_rr
public rResult add_a_rr(int[] arg0)
- Overrides:
 add_a_rr in class MatheCI
 
 
log
public double log(double arg0)
- Overrides:
 log in class MatheCI
 
 
log_rr
public rResult log_rr(double arg0)
- Overrides:
 log_rr in class MatheCI
 
 
log
public float log(float arg0)
- Overrides:
 log in class MatheCI
 
 
log_rr
public rResult log_rr(float arg0)
- Overrides:
 log_rr in class MatheCI
 
 
sub
public int sub(int arg0,
               int arg1)
- Overrides:
 sub in class MatheCI
 
 
sub_rr
public rResult sub_rr(int arg0,
                      int arg1)
- Overrides:
 sub_rr in class MatheCI
 
 
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