|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ILifeCycleCallback
Interface used for lifecycle callback elements.
| Field Summary | |
|---|---|
static String |
POST_ACTIVATE
Name of this element. |
static String |
POST_CONSTRUCT
Name of this element. |
static String |
PRE_DESTROY
Name of this element. |
static String |
PRE_PASSIVATE
Name of this element. |
| Method Summary | |
|---|---|
String |
getLifecycleCallbackClass()
|
String |
getLifecycleCallbackMethod()
|
void |
setLifecycleCallbackClass(String lifecycleCallbackClass)
Sets the name of the class. |
void |
setMethodName(String lifecycleCallbackMethod)
Sets the name of the method. |
| Field Detail |
|---|
static final String POST_ACTIVATE
static final String POST_CONSTRUCT
static final String PRE_DESTROY
static final String PRE_PASSIVATE
| Method Detail |
|---|
void setLifecycleCallbackClass(String lifecycleCallbackClass)
lifecycleCallbackClass - the name of the classString getLifecycleCallbackClass()
void setMethodName(String lifecycleCallbackMethod)
lifecycleCallbackMethod - the name of the methodString getLifecycleCallbackMethod()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||