com.ibm.btt.element.impl
Class LifeCycleProcessorImpl
java.lang.Object
com.ibm.btt.element.impl.LifeCycleProcessorImpl
- All Implemented Interfaces:
- LifeCycleProcessor
public class LifeCycleProcessorImpl
- extends java.lang.Object
- implements LifeCycleProcessor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LifeCycleProcessorImpl
public LifeCycleProcessorImpl()
getDefaultInitMethod
public java.lang.String getDefaultInitMethod()
setDefaultInitMethod
public void setDefaultInitMethod(java.lang.String defaultInitMethod)
getDefaultDestroyMethod
public java.lang.String getDefaultDestroyMethod()
setDefaultDestroyMethod
public void setDefaultDestroyMethod(java.lang.String defaultDestroyMethod)
destroyElement
public void destroyElement(Tag tag,
java.lang.Object element)
throws ElementException
- Description copied from interface:
LifeCycleProcessor
- this method will be called on the element when ElementFactory is
destroyed. It only affects singleton element.
- Specified by:
destroyElement
in interface LifeCycleProcessor
- Parameters:
tag
- the tag from which the element is created.element
- the element.
- Throws:
ElementException
initializeElement
public void initializeElement(Tag tag,
java.lang.Object element)
throws ElementException
- Description copied from interface:
LifeCycleProcessor
- this method will be called on the element when ElementFactory is about to
initialize the Element.
- Specified by:
initializeElement
in interface LifeCycleProcessor
- Parameters:
tag
- the tag from which the element is created.element
- the element
- Throws:
ElementException
(c) Copyright IBM Corporation 1998, 2008