|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean
public class AbsSessionBean
Simple common methods for a session bean.
Field Summary | |
---|---|
private boolean |
postConstructCalled
postConstruct method has been called ? |
private boolean |
preDestroyCalled
preDestroy method has been called ? |
Constructor Summary | |
---|---|
AbsSessionBean()
|
Method Summary | |
---|---|
void |
calledPostConstruct()
Sets that method marked by @ javax.ejb.PostConstruct has been called. |
void |
calledPreDestroy()
Sets that method marked by @ javax.ejb.PreDestroy has been called. |
boolean |
isPostConstructCalled()
|
boolean |
isPreDestroyCalled()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private boolean postConstructCalled
private boolean preDestroyCalled
Constructor Detail |
---|
public AbsSessionBean()
Method Detail |
---|
public void calledPostConstruct()
javax.ejb.PostConstruct
has been called.
public boolean isPostConstructCalled()
javax.ejb.PostConstruct
has been called.public void calledPreDestroy()
javax.ejb.PreDestroy
has been called.
public boolean isPreDestroyCalled()
javax.ejb.PreDestroy
has been called.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |