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
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected static org.objectweb.util.monolog.api.Logger logger
AccountCommon
public AccountCommon()
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)