IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.element
Interface LifeCycle

All Known Implementing Classes:
ScopeManager

public interface LifeCycle

the life cycle of Element that implement this interface will be managed by ElementFactory. You do not need to define "InitMethod" and "DestroyMethod" for it.


Method Summary
 void destroy()
          destroy the Element
 void initialize()
          initlialize the Element
 

Method Detail

initialize

void initialize()
initlialize the Element


destroy

void destroy()
destroy the Element


IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2011