IBM Bank Transformation Toolkit Javadoc

com.ibm.btt.element.scope
Class ScopeManager

java.lang.Object
  extended by com.ibm.btt.element.scope.ScopeManager
All Implemented Interfaces:
LifeCycle

public class ScopeManager
extends java.lang.Object
implements LifeCycle


Constructor Summary
ScopeManager()
           
 
Method Summary
 void destory()
           
 java.lang.Object getElementFromCache(java.lang.String id)
           
 void init()
           
 void putElementToCache(java.lang.String scopeId, java.lang.String id, Tag tag, java.lang.Object element)
           
 void registerScope(java.lang.String scopeId, Scope scope)
           
 void setLifeCycleProcessor(LifeCycleProcessor processor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ScopeManager

public ScopeManager()
Method Detail

getElementFromCache

public java.lang.Object getElementFromCache(java.lang.String id)

registerScope

public void registerScope(java.lang.String scopeId,
                          Scope scope)

putElementToCache

public void putElementToCache(java.lang.String scopeId,
                              java.lang.String id,
                              Tag tag,
                              java.lang.Object element)

destory

public void destory()
Specified by:
destory in interface LifeCycle

init

public void init()
Specified by:
init in interface LifeCycle

setLifeCycleProcessor

public void setLifeCycleProcessor(LifeCycleProcessor processor)

IBM Bank Transformation Toolkit Javadoc

(c) Copyright IBM Corporation 1998, 2008