|
|||||||||
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
org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.StatelessBean
public class StatelessBean
Simple class for testing callbacks.
Field Summary | |
---|---|
private int |
counter
Counter to be increased by postconstruct and preDestroy. |
Constructor Summary | |
---|---|
StatelessBean()
|
Method Summary | |
---|---|
void |
decrement()
Decrement the counter. |
int |
getCounter()
|
void |
increment()
Increment the counter. |
Methods inherited from class org.objectweb.easybeans.tests.enhancer.interceptors.lifecycle.bean.AbsSessionBean |
---|
calledPostConstruct, calledPreDestroy, isPostConstructCalled, isPreDestroyCalled |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private int counter
Constructor Detail |
---|
public StatelessBean()
Method Detail |
---|
public void increment()
public void decrement()
public int getCounter()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |