org.jboss.iiop.test
Interface Test

All Superinterfaces:
java.rmi.Remote, TestBase (src)
All Known Implementing Classes:
TestImpl (src)

public interface Test
extends TestBase (src)


Field Summary
static java.lang.String const2
           
 
Fields inherited from interface org.jboss.iiop.test.TestBase (src)
const1
 
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.
 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 interface org.jboss.iiop.test.TestBase (src)
getObjectValue
 

Field Detail

const2

public static final java.lang.String const2
See Also:
Constant Field Values (src)
Method Detail

aa1

public Test (src)  aa1()
         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

aa2

public TestValue (src)  aa2()
              throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

aa3

public java.lang.Object aa3()
                     throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

aa4

public java.io.Serializable aa4()
                         throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

aa5

public java.io.Externalizable aa5()
                           throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

aa6

public java.rmi.Remote aa6()
                    throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

jack

public java.lang.String jack(java.lang.String arg)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

Jack

public java.lang.String Jack(java.lang.String arg)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

jAcK

public java.lang.String jAcK(java.lang.String arg)
                      throws java.rmi.RemoteException
Throws:
java.rmi.RemoteException

getValue

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

Throws:
java.rmi.RemoteException

setValue

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

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.

Throws:
TestException (src)
java.rmi.RemoteException