javaSys
Class EvilArrayTestLocal

java.lang.Object
  extended by CTL.RI
      extended by javaSys.EvilArrayTestCI
          extended by javaSys.EvilArrayTestLocal

public class EvilArrayTestLocal
extends EvilArrayTestCI


Field Summary
private  EvilArrayTest self
           
 
Fields inherited from class CTL.RI
home, objID, proc
 
Constructor Summary
EvilArrayTestLocal()
           
 
Method Summary
static void accept(OIStream in, Header ohead, long objID, FID fid, int id, Env env)
           
 rResult foo1_rr(int[] arg0)
           
 int[] foo1(int[] arg0)
           
 rResult foo2_rr(java.lang.String[] arg0)
           
 java.lang.String[] foo2(java.lang.String[] arg0)
           
 rResult foo3_rr(DoubleDash[] arg0)
           
 DoubleDash[] foo3(DoubleDash[] arg0)
           
 java.lang.String getBase()
          Retrieve the implementation class of this remote interface
 
Methods inherited from class javaSys.EvilArrayTestCI
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 EvilArrayTest self
Constructor Detail

EvilArrayTestLocal

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

foo2

public java.lang.String[] foo2(java.lang.String[] arg0)
Overrides:
foo2 in class EvilArrayTestCI

foo2_rr

public rResult foo2_rr(java.lang.String[] arg0)
Overrides:
foo2_rr in class EvilArrayTestCI

foo1

public int[] foo1(int[] arg0)
Overrides:
foo1 in class EvilArrayTestCI

foo1_rr

public rResult foo1_rr(int[] arg0)
Overrides:
foo1_rr in class EvilArrayTestCI

foo3

public DoubleDash[] foo3(DoubleDash[] arg0)
Overrides:
foo3 in class EvilArrayTestCI

foo3_rr

public rResult foo3_rr(DoubleDash[] arg0)
Overrides:
foo3_rr in class EvilArrayTestCI

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