IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

com.ibm.btt.element.scope
Interface Scope

All Known Implementing Classes:
SessionScope, SessionScopeCache, SingletonScope

public interface Scope

Interface of BTT Cache Scope management


Method Summary
 void cacheElement(java.lang.String id, Tag tag, java.lang.Object element)
          Put the element into cache.
 void destoryElements()
          destroy the cache
 java.lang.Object getElement(java.lang.String id)
          If element in this scope, return the element; Or return null.
 void setLifyCycleProcessor(LifeCycleProcessor processor)
          setter for the 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()
destroy the cache


setLifyCycleProcessor

void setLifyCycleProcessor(LifeCycleProcessor processor)
setter for the processor

Parameters:
processor -

IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2010