|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.btt.element.scope.ScopeManager
public class ScopeManager
BTT default scope Manager
Constructor Summary | |
---|---|
ScopeManager()
|
Method Summary | |
---|---|
void |
destroy()
(non-Javadoc) |
java.lang.Object |
getElementFromCache(java.lang.String id)
Get the Element using ID from Cache |
void |
initialize()
(non-Javadoc) |
void |
putElementToCache(java.lang.String scopeId,
java.lang.String id,
Tag tag,
java.lang.Object element)
Cache a Element |
void |
registerScope(java.lang.String scopeId,
Scope scope)
Register a new Scope |
void |
setLifeCycleProcessor(LifeCycleProcessor processor)
setter for life processor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ScopeManager()
Method Detail |
---|
public java.lang.Object getElementFromCache(java.lang.String id)
public void registerScope(java.lang.String scopeId, Scope scope)
scopeId
- scope
- public void putElementToCache(java.lang.String scopeId, java.lang.String id, Tag tag, java.lang.Object element)
scopeId
- id
- tag
- element
- public void destroy()
destroy
in interface LifeCycle
LifeCycle.destroy()
public void initialize()
initialize
in interface LifeCycle
LifeCycle.initialize()
public void setLifeCycleProcessor(LifeCycleProcessor processor)
processor
-
|
IBM WebSphere Multichannel Bank Transformation Toolkit Javadoc | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |