| org.objectweb.jonas.jtests.beans.transacted.SimpleCommon org.objectweb.jonas.jtests.beans.transacted.SimpleEC2
All known Subclasses: org.objectweb.jonas.jtests.beans.transacted.SimpleEC,
SimpleEC2 | abstract public class SimpleEC2 extends SimpleCommon implements EntityBean,TimedObject(Code) | | Entity bean with container managed persistence version 2.
author: Helene Joanin |
entityContext | protected EntityContext entityContext(Code) | | |
cancelTimer | public void cancelTimer(int ident)(Code) | | |
cancelTimers | public void cancelTimers()(Code) | | |
ejbActivate | public void ejbActivate()(Code) | | |
ejbCreate | public String ejbCreate() throws CreateException(Code) | | Create without arg
transaction attribute = supports (by default in xml file)
|
ejbCreate | public String ejbCreate(int i) throws CreateException(Code) | | transaction attribute = notsupported
|
ejbCreateForMandatory | public String ejbCreateForMandatory(char i) throws CreateException(Code) | | transaction attribute = mandatory
|
ejbCreateForNever | public String ejbCreateForNever(short i) throws CreateException(Code) | | transaction attribute = never
|
ejbCreateForRequired | public String ejbCreateForRequired(long i) throws CreateException(Code) | | transaction attribute = required
|
ejbCreateForRequiresNew | public String ejbCreateForRequiresNew(String i) throws CreateException(Code) | | transaction attribute = requiresnew
|
ejbCreateForSupports | public String ejbCreateForSupports(boolean intx) throws CreateException(Code) | | transaction attribute = supports
|
ejbHomeOpwith_mandatory | public boolean ejbHomeOpwith_mandatory()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbHomeOpwith_never | public boolean ejbHomeOpwith_never()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbHomeOpwith_notsupported | public boolean ejbHomeOpwith_notsupported()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbHomeOpwith_required | public boolean ejbHomeOpwith_required()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbHomeOpwith_requires_new | public boolean ejbHomeOpwith_requires_new()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbHomeOpwith_supports | public boolean ejbHomeOpwith_supports()(Code) | | This method return true if there is an association of a transaction with this thread
|
ejbLoad | public void ejbLoad()(Code) | | |
ejbPassivate | public void ejbPassivate()(Code) | | |
ejbPostCreate | public void ejbPostCreate()(Code) | | transaction attribute = default (= supports)
|
ejbPostCreate | public void ejbPostCreate(int i)(Code) | | transaction attribute = notsupported
|
ejbPostCreateForMandatory | public void ejbPostCreateForMandatory(char i)(Code) | | transaction attribute = mandatory
|
ejbPostCreateForNever | public void ejbPostCreateForNever(short i)(Code) | | transaction attribute = never
|
ejbPostCreateForRequired | public void ejbPostCreateForRequired(long i)(Code) | | transaction attribute = required
|
ejbPostCreateForRequiresNew | public void ejbPostCreateForRequiresNew(String i)(Code) | | transaction attribute = requiresnew
|
ejbPostCreateForSupports | public void ejbPostCreateForSupports(boolean intx)(Code) | | transaction attribute = supports
|
ejbPostCreateWithTimer | public void ejbPostCreateWithTimer(int i, long dur) throws RemoteException, CreateException(Code) | | |
ejbRemove | public void ejbRemove() throws RemoveException(Code) | | |
ejbStore | public void ejbStore()(Code) | | |
ejbTimeout | public void ejbTimeout(Timer timer)(Code) | | A timer is expired.
|
getBalance | abstract public long getBalance()(Code) | | |
getTimeRemaining | public long getTimeRemaining(int ident)(Code) | | |
getTimerCount | abstract public int getTimerCount()(Code) | | |
getTimerHandle | public TimerHandle getTimerHandle(int ident)(Code) | | |
getTimerIdent | abstract public int getTimerIdent()(Code) | | |
getTimerNumber | public int getTimerNumber()(Code) | | |
setBalance | abstract public void setBalance(long balance)(Code) | | |
setCustomer | abstract public void setCustomer(String customer)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext ctx)(Code) | | |
setTimer | public int setTimer(int dur, int period)(Code) | | |
setTimerCount | abstract public void setTimerCount(int cnt)(Code) | | |
setTimerGetHandle | public int setTimerGetHandle(int dur, int period)(Code) | | |
setTimerIdent | abstract public void setTimerIdent(int id)(Code) | | |
startInfoTimer | public void startInfoTimer(int dur, String inform) throws RemoteException(Code) | | Cancels all timers, that are associated with this entity, and starts a
new timer.
|
supports_call_required | public boolean supports_call_required() throws RemoteException(Code) | | This support method calls a required method
|
unsetEntityContext | public void unsetEntityContext()(Code) | | |
Fields inherited from org.objectweb.jonas.jtests.beans.transacted.SimpleCommon | protected static Logger logger(Code)(Java Doc)
|
|
|