org.jboss.iiop.test
Class TestImpl

java.lang.Object
  extended byorg.jboss.iiop.test.TestImpl
All Implemented Interfaces:
java.rmi.Remote, Test (src) , TestBase (src)

public class TestImpl
extends java.lang.Object
implements Test (src)


Field Summary
 
Fields inherited from interface org.jboss.iiop.test.Test (src)
const2
 
Fields inherited from interface org.jboss.iiop.test.TestBase (src)
const1
 
Constructor Summary
TestImpl()
           
 
Method Summary
 Test (src) aa1()
           
 TestValue (src) aa2()
           
 java.lang.Object aa3()
           
 java.io.Serializable aa4()
           
 java.io.Externalizable aa5()
           
 java.rmi.Remote aa6()
           
 TestValue (src) [][] addNumbers(int[] numbers, boolean b, char c, byte by, short s, int i, long l, float f, double d, java.rmi.Remote rem, TestValue (src)  val, Test (src)  intf, java.lang.String str, java.lang.Object obj, java.lang.Class cls, java.io.Serializable ser, java.io.Externalizable ext)
          A test operation.
 java.lang.Object getObjectValue()
          Accessor of type Object
 int getValue()
          Gets the current value of the autonumber.
 java.lang.String jack(java.lang.String arg)
           
 java.lang.String jAcK(java.lang.String arg)
           
 java.lang.String Jack(java.lang.String arg)
           
 void setValue(int value)
          Sets the current value of the autonumber.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestImpl

public TestImpl()
Method Detail

aa1

public Test (src)  aa1()
         throws java.rmi.RemoteException
Specified by:
aa1 in interface Test (src)
Throws:
java.rmi.RemoteException

aa2

public TestValue (src)  aa2()
              throws java.rmi.RemoteException
Specified by:
aa2 in interface Test (src)
Throws:
java.rmi.RemoteException

aa3

public java.lang.Object aa3()
                     throws java.rmi.RemoteException
Specified by:
aa3 in interface Test (src)
Throws:
java.rmi.RemoteException

aa4

public java.io.Serializable aa4()
                         throws java.rmi.RemoteException
Specified by:
aa4 in interface Test (src)
Throws:
java.rmi.RemoteException

aa5

public java.io.Externalizable aa5()
                           throws java.rmi.RemoteException
Specified by:
aa5 in interface Test (src)
Throws:
java.rmi.RemoteException

aa6

public java.rmi.Remote aa6()
                    throws java.rmi.RemoteException
Specified by:
aa6 in interface Test (src)
Throws:
java.rmi.RemoteException

jack

public java.lang.String jack(java.lang.String arg)
                      throws java.rmi.RemoteException
Specified by:
jack in interface Test (src)
Throws:
java.rmi.RemoteException

Jack

public java.lang.String Jack(java.lang.String arg)
                      throws java.rmi.RemoteException
Specified by:
Jack in interface Test (src)
Throws:
java.rmi.RemoteException

jAcK

public java.lang.String jAcK(java.lang.String arg)
                      throws java.rmi.RemoteException
Specified by:
jAcK in interface Test (src)
Throws:
java.rmi.RemoteException

getObjectValue

public java.lang.Object getObjectValue()
                                throws java.rmi.RemoteException
Accessor of type Object

Specified by:
getObjectValue in interface TestBase (src)
Throws:
java.rmi.RemoteException

getValue

public int getValue()
             throws java.rmi.RemoteException
Gets the current value of the autonumber.

Specified by:
getValue in interface Test (src)
Throws:
java.rmi.RemoteException

setValue

public void setValue(int value)
              throws java.rmi.RemoteException
Sets the current value of the autonumber.

Specified by:
setValue in interface Test (src)
Throws:
java.rmi.RemoteException

addNumbers

public TestValue (src) [][] addNumbers(int[] numbers,
                                boolean b,
                                char c,
                                byte by,
                                short s,
                                int i,
                                long l,
                                float f,
                                double d,
                                java.rmi.Remote rem,
                                TestValue (src)  val,
                                Test (src)  intf,
                                java.lang.String str,
                                java.lang.Object obj,
                                java.lang.Class cls,
                                java.io.Serializable ser,
                                java.io.Externalizable ext)
                         throws TestException (src) ,
                                java.rmi.RemoteException
A test operation.

Specified by:
addNumbers in interface Test (src)
Throws:
TestException (src)
java.rmi.RemoteException