|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CurrentBeanPoolContext
Defines the contract for implementations which know how to scope the notion
of a current bean pool
.
SessionContext
.
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. |
Method Detail |
---|
BeanPool getCurrentBeanPool()
void cleanupCurrentBeanPool()
void setSessionContext(SessionContext sessionContext)
sessionContext
- void setCurrentBeanPool(BeanPool currentBeanPool)
currentBeanPool
- the new current bean pool
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |