org.jboss.iiop.test
Interface Test
- All Superinterfaces:
- Remote, TestBase
- All Known Implementing Classes:
- TestImpl
public interface Test
- extends TestBase
Method Summary |
Test |
aa1()
|
TestValue |
aa2()
|
Object |
aa3()
|
Serializable |
aa4()
|
Externalizable |
aa5()
|
Remote |
aa6()
|
TestValue[][] |
addNumbers(int[] numbers,
boolean b,
char c,
byte by,
short s,
int i,
long l,
float f,
double d,
Remote rem,
TestValue val,
Test intf,
String str,
Object obj,
Class cls,
Serializable ser,
Externalizable ext)
A test operation. |
int |
getValue()
Gets the current value of the autonumber. |
String |
jack(String arg)
|
String |
jAcK(String arg)
|
String |
Jack(String arg)
|
void |
setValue(int value)
Sets the current value of the autonumber. |
const2
static final String const2
- See Also:
- Constant Field Values
aa1
Test aa1()
throws RemoteException
- Throws:
RemoteException
aa2
TestValue aa2()
throws RemoteException
- Throws:
RemoteException
aa3
Object aa3()
throws RemoteException
- Throws:
RemoteException
aa4
Serializable aa4()
throws RemoteException
- Throws:
RemoteException
aa5
Externalizable aa5()
throws RemoteException
- Throws:
RemoteException
aa6
Remote aa6()
throws RemoteException
- Throws:
RemoteException
jack
String jack(String arg)
throws RemoteException
- Throws:
RemoteException
Jack
String Jack(String arg)
throws RemoteException
- Throws:
RemoteException
jAcK
String jAcK(String arg)
throws RemoteException
- Throws:
RemoteException
getValue
int getValue()
throws RemoteException
- Gets the current value of the autonumber.
- Throws:
RemoteException
setValue
void setValue(int value)
throws RemoteException
- Sets the current value of the autonumber.
- Throws:
RemoteException
addNumbers
TestValue[][] addNumbers(int[] numbers,
boolean b,
char c,
byte by,
short s,
int i,
long l,
float f,
double d,
Remote rem,
TestValue val,
Test intf,
String str,
Object obj,
Class cls,
Serializable ser,
Externalizable ext)
throws TestException,
RemoteException
- A test operation.
- Throws:
TestException
RemoteException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.