com.ibm.btt.element.scope
Class ScopeManager
java.lang.Object
com.ibm.btt.element.scope.ScopeManager
- All Implemented Interfaces:
- LifeCycle
public class ScopeManager
- extends java.lang.Object
- implements LifeCycle
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ScopeManager
public ScopeManager()
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)
(c) Copyright IBM Corporation 1998, 2008