|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.ThreadLocalCurrentBeanPoolContext
public class ThreadLocalCurrentBeanPoolContext
Constructor Summary | |
---|---|
ThreadLocalCurrentBeanPoolContext()
|
Method Summary | |
---|---|
void |
cleanupCurrentBeanPool()
Release references to the "current" bean pool and any other resources. |
BeanPool |
getCurrentBeanPool()
Retrieve the current bean pool according to the scoping defined by this implementation. |
void |
setCurrentBeanPool(BeanPool currentBeanPool)
Set currentBeanPool. |
void |
setSessionContext(SessionContext sessionContext)
Sets the SessionContext using this instance. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ThreadLocalCurrentBeanPoolContext()
Method Detail |
---|
public void cleanupCurrentBeanPool()
CurrentBeanPoolContext
cleanupCurrentBeanPool
in interface CurrentBeanPoolContext
public BeanPool getCurrentBeanPool()
CurrentBeanPoolContext
getCurrentBeanPool
in interface CurrentBeanPoolContext
public void setSessionContext(SessionContext sessionContext)
CurrentBeanPoolContext
setSessionContext
in interface CurrentBeanPoolContext
public void setCurrentBeanPool(BeanPool currentBeanPool)
CurrentBeanPoolContext
setCurrentBeanPool
in interface CurrentBeanPoolContext
currentBeanPool
- the new current bean pool
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |