org.objectweb.jonas.jtests.beans.beanexc
Interface AccountE

All Superinterfaces:
AccountS

public interface AccountE
extends AccountS


Method Summary
 void doFailedEjbStore_1()
           
 void doFailedEjbStore_2()
           
 void doFailedEjbStore_3()
           
 long getBalance()
           
 java.lang.String getCustomer()
           
 int getNumber()
           
 void setBalance(long d)
           
 void setCustomer(java.lang.String c)
           
 
Methods inherited from interface org.objectweb.jonas.jtests.beans.beanexc.AccountS
doAppException_1, doAppException_2, doAppException_3, doEJBException_1, doRemoteException_1, doUncheckedException_1, doUncheckedException_2, doUncheckedException_3, ping
 

Method Detail

getNumber

public int getNumber()
              throws java.rmi.RemoteException

getBalance

public long getBalance()
                throws java.rmi.RemoteException

setBalance

public void setBalance(long d)
                throws java.rmi.RemoteException

getCustomer

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

setCustomer

public void setCustomer(java.lang.String c)
                 throws java.rmi.RemoteException

doFailedEjbStore_1

public void doFailedEjbStore_1()
                        throws java.rmi.RemoteException

doFailedEjbStore_2

public void doFailedEjbStore_2()
                        throws java.rmi.RemoteException

doFailedEjbStore_3

public void doFailedEjbStore_3()
                        throws java.rmi.RemoteException