org.objectweb.jonas.jtests.beans.beanexc
Class AccountCommon

java.lang.Object
  |
  +--org.objectweb.jonas.jtests.beans.beanexc.AccountCommon
All Implemented Interfaces:
java.io.Serializable

public abstract class AccountCommon
extends java.lang.Object
implements java.io.Serializable

Common part to all beans.

Author:
Philippe Durieux, Philippe Coq
See Also:
Serialized Form

Field Summary
protected static org.objectweb.util.monolog.api.Logger logger
           
 
Constructor Summary
AccountCommon()
           
 
Method Summary
 void doAppException_1()
           
 void doAppException_2(boolean rollflg)
           
 void doAppException_3()
           
 void doEJBException_1()
           
 void doRemoteException_1()
           
 void doUncheckedException_1()
           
 void doUncheckedException_2()
           
 void doUncheckedException_3()
           
 void ejbPostCreate(boolean flag)
           
 void ejbPostCreate(int flag)
           
abstract  javax.ejb.EJBContext getContext()
           
 void ping()
           
abstract  void setBalance(long val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static org.objectweb.util.monolog.api.Logger logger
Constructor Detail

AccountCommon

public AccountCommon()
Method Detail

setBalance

public abstract void setBalance(long val)

getContext

public abstract javax.ejb.EJBContext getContext()

doAppException_1

public void doAppException_1()
                      throws AppException

doAppException_2

public void doAppException_2(boolean rollflg)
                      throws AppException

doAppException_3

public void doAppException_3()
                      throws AppException

doUncheckedException_1

public void doUncheckedException_1()

doUncheckedException_2

public void doUncheckedException_2()

doUncheckedException_3

public void doUncheckedException_3()

doRemoteException_1

public void doRemoteException_1()
                         throws java.rmi.RemoteException

doEJBException_1

public void doEJBException_1()

ping

public void ping()

ejbPostCreate

public void ejbPostCreate(int flag)

ejbPostCreate

public void ejbPostCreate(boolean flag)