当前页面:
在线文档首页 >
JBoss 3.2.7 iiop API Documentation 英文版文档
TestImpl (JBoss IIOP Plugin API) - JBoss 3.2.7 iiop API Documentation 英文版文档
org.jboss.iiop.test
Class TestImpl
java.lang.Object
org.jboss.iiop.test.TestImpl
- All Implemented Interfaces:
- Remote, Test, TestBase
- public class TestImpl
- extends Object
- implements Test
Fields inherited from interface org.jboss.iiop.test.Test |
const2 |
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. |
Object |
getObjectValue()
Accessor of type Object |
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestImpl
public TestImpl()
aa1
public Test aa1()
throws RemoteException
- Specified by:
aa1
in interface Test
- Throws:
RemoteException
aa2
public TestValue aa2()
throws RemoteException
- Specified by:
aa2
in interface Test
- Throws:
RemoteException
aa3
public Object aa3()
throws RemoteException
- Specified by:
aa3
in interface Test
- Throws:
RemoteException
aa4
public Serializable aa4()
throws RemoteException
- Specified by:
aa4
in interface Test
- Throws:
RemoteException
aa5
public Externalizable aa5()
throws RemoteException
- Specified by:
aa5
in interface Test
- Throws:
RemoteException
aa6
public Remote aa6()
throws RemoteException
- Specified by:
aa6
in interface Test
- Throws:
RemoteException
jack
public String jack(String arg)
throws RemoteException
- Specified by:
jack
in interface Test
- Throws:
RemoteException
Jack
public String Jack(String arg)
throws RemoteException
- Specified by:
Jack
in interface Test
- Throws:
RemoteException
jAcK
public String jAcK(String arg)
throws RemoteException
- Specified by:
jAcK
in interface Test
- Throws:
RemoteException
getObjectValue
public Object getObjectValue()
throws RemoteException
- Accessor of type Object
- Specified by:
getObjectValue
in interface TestBase
- Throws:
RemoteException
getValue
public int getValue()
throws RemoteException
- Gets the current value of the autonumber.
- Specified by:
getValue
in interface Test
- Throws:
RemoteException
setValue
public void setValue(int value)
throws RemoteException
- Sets the current value of the autonumber.
- Specified by:
setValue
in interface Test
- Throws:
RemoteException
addNumbers
public 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.
- Specified by:
addNumbers
in interface Test
- Throws:
TestException
RemoteException
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.