IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.element.scope
Interface Scope

All Known Implementing Classes:
SingletonScope

public interface Scope


Method Summary
 void cacheElement(java.lang.String id, Tag tag, java.lang.Object element)
          Put the element into cache.
 void destoryElements()
           
 java.lang.Object getElement(java.lang.String id)
          If element in this scope, return the element; Or return null.
 void setLifyCycleProcessor(LifeCycleProcessor processor)
           
 

Method Detail

getElement

java.lang.Object getElement(java.lang.String id)
If element in this scope, return the element; Or return null.

Parameters:
id -
Returns:

cacheElement

void cacheElement(java.lang.String id,
                  Tag tag,
                  java.lang.Object element)
Put the element into cache.

Parameters:
id -
element -

destoryElements

void destoryElements()

setLifyCycleProcessor

void setLifyCycleProcessor(LifeCycleProcessor processor)

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008