public interface CurrentBeanPoolContext
current bean pool
.
Implementations should adhere to the following:
SessionContext
.Modifier and Type | Method and Description |
---|---|
void |
cleanupCurrentBeanPool()
Releases 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)
Sets currentBeanPool.
|
void |
setSessionContext(SessionContext sessionContext)
Sets the SessionContext using this instance.
|
BeanPool getCurrentBeanPool()
void cleanupCurrentBeanPool()
void setSessionContext(SessionContext sessionContext)
sessionContext
- the context of the interface.void setCurrentBeanPool(BeanPool currentBeanPool)
currentBeanPool
- the new current bean pool.