|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.element.impl.LifeCycleProcessorImpl
public class LifeCycleProcessorImpl
Constructor Summary | |
---|---|
LifeCycleProcessorImpl()
|
Method Summary | |
---|---|
void |
destroyElement(Tag tag,
java.lang.Object element)
this method will be called on the element when ElementFactory is destroyed. |
java.lang.String |
getDefaultDestroyMethod()
getter |
java.lang.String |
getDefaultInitMethod()
|
void |
initializeElement(Tag tag,
java.lang.Object element)
init a Element from a Tag |
void |
setDefaultDestroyMethod(java.lang.String defaultDestroyMethod)
setter |
void |
setDefaultInitMethod(java.lang.String defaultInitMethod)
setter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LifeCycleProcessorImpl()
Method Detail |
---|
public java.lang.String getDefaultInitMethod()
public void setDefaultInitMethod(java.lang.String defaultInitMethod)
defaultInitMethod
- public java.lang.String getDefaultDestroyMethod()
public void setDefaultDestroyMethod(java.lang.String defaultDestroyMethod)
defaultDestroyMethod
- public void destroyElement(Tag tag, java.lang.Object element) throws ElementException
LifeCycleProcessor
destroyElement
in interface LifeCycleProcessor
tag
- the tag from which the element is created.element
- the element.
ElementException
public void initializeElement(Tag tag, java.lang.Object element) throws ElementException
initializeElement
in interface LifeCycleProcessor
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 |