|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface EngineManager
Service responsible for obtaining instances of
IEngine to service the current request. An engine
service may be retrieved from a pool, or extracted from the HttpSession.
After the request is processed, the engine is re-stored into the HttpSession
(if stateful) or back into the pool (if not stateful).
| Method Summary | |
|---|---|
IEngine |
getEngineInstance()
Locates or creates an engine instance for the current request. |
void |
storeEngineInstance(IEngine engine)
Store the engine back at the end of the current request. |
| Method Detail |
|---|
IEngine getEngineInstance()
void storeEngineInstance(IEngine engine)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||