站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 iiop API Documentation 英文版文档

Test (JBoss IIOP Plugin API) - JBoss 4.0.1 sp1 iiop API Documentation 英文版文档


org.jboss.iiop.test
Interface Test

All Superinterfaces:
Remote, TestBase
All Known Implementing Classes:
TestImpl

public interface Test
extends TestBase


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

Field Detail

const2

public static final String const2
See Also:
Constant Field Values
Method Detail

aa1

public Test aa1()
         throws RemoteException
Throws:
RemoteException

aa2

public TestValue aa2()
              throws RemoteException
Throws:
RemoteException

aa3

public Object aa3()
           throws RemoteException
Throws:
RemoteException

aa4

public Serializable aa4()
                 throws RemoteException
Throws:
RemoteException

aa5

public Externalizable aa5()
                   throws RemoteException
Throws:
RemoteException

aa6

public Remote aa6()
           throws RemoteException
Throws:
RemoteException

jack

public String jack(String arg)
            throws RemoteException
Throws:
RemoteException

Jack

public String Jack(String arg)
            throws RemoteException
Throws:
RemoteException

jAcK

public String jAcK(String arg)
            throws RemoteException
Throws:
RemoteException

getValue

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

Throws:
RemoteException

setValue

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

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.

Throws:
TestException
RemoteException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.