| java.lang.Object org.objectweb.sampleCluster2.ejb.MyStatefulInner
MyStatefulInner | public class MyStatefulInner implements SessionBean,SessionSynchronization(Code) | | |
afterBegin | public void afterBegin()(Code) | | After the transaction begun
|
afterCompletion | public void afterCompletion(boolean committed)(Code) | | after the commit or rollback
Parameters: committed - true -> commit, false -> rollback |
beforeCompletion | public void beforeCompletion()(Code) | | before the commit is executed
|
ejbActivate | public void ejbActivate()(Code) | | activation of the ejb
|
ejbCreate | public void ejbCreate()(Code) | | creation of the ejb
|
ejbPassivate | public void ejbPassivate()(Code) | | Passivate of the ejb
|
ejbRemove | public void ejbRemove()(Code) | | removes the ejb
|
getCount | public int getCount()(Code) | | |
increment | public void increment()(Code) | | |
isModified | public boolean isModified()(Code) | | |
setSessionContext | public void setSessionContext(SessionContext ctx)(Code) | | Set the session context
Parameters: ctx - the session context |
|
|