org.objectweb.jonas.jtests.beans.ebasic
Interface Simple


public interface Simple


Method Summary
 int getInfo()
           
 int getNumTest()
           
 java.lang.String getTestName()
           
 void setInfo(int info)
           
 void setNumTest(int num)
           
 void setTestName(java.lang.String name)
           
 

Method Detail

getNumTest

public int getNumTest()
               throws java.rmi.RemoteException

setNumTest

public void setNumTest(int num)
                throws java.rmi.RemoteException

getInfo

public int getInfo()
            throws java.rmi.RemoteException

setInfo

public void setInfo(int info)
             throws java.rmi.RemoteException

getTestName

public java.lang.String getTestName()
                             throws java.rmi.RemoteException

setTestName

public void setTestName(java.lang.String name)
                 throws java.rmi.RemoteException