|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LifeCycleProcessor
It is a extension point to the Element Factory, which allows you to execute some logic when the element is about to be initialized or destroyed.
Method Summary | |
---|---|
void |
destroyElement(Tag tag,
java.lang.Object element)
this method will be called on the element when ElementFactory is destroyed. |
void |
initializeElement(Tag tag,
java.lang.Object element)
this method will be called on the element when ElementFactory is about to initialize the Element. |
Method Detail |
---|
void destroyElement(Tag tag, java.lang.Object element) throws ElementException
tag
- the tag from which the element is created.element
- the element.
ElementException
void initializeElement(Tag tag, java.lang.Object element) throws ElementException
tag
- the tag from which the element is created.element
- the element
ElementException
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |