|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FailOverService
| Method Summary | |
|---|---|
void |
enableFailOverSupport(boolean flag)
|
void |
enablePassivationSupport(boolean flag)
|
String |
getFailOverAttributeName()
The session attribute name used to store the bean instances bag |
String |
getJVMId()
Used for tracking the origin of serialized bean instances. |
boolean |
isSupportFailOver()
|
boolean |
isSupportPassivation()
|
void |
restoreBeans(HttpSession session)
Invoked when we try to restore cdi bean instances. |
void |
sessionIsIdle(HttpSession session)
Inform the service that a session is idle. |
void |
sessionIsInUse(HttpSession session)
Inform the service that a session will be active. |
void |
sessionWillPassivate(HttpSession session)
Container is going to actively passivate a session. |
| Method Detail |
|---|
String getJVMId()
String getFailOverAttributeName()
boolean isSupportFailOver()
boolean isSupportPassivation()
void enableFailOverSupport(boolean flag)
void enablePassivationSupport(boolean flag)
void sessionIsIdle(HttpSession session)
session - void sessionIsInUse(HttpSession session)
session - void restoreBeans(HttpSession session)
session - void sessionWillPassivate(HttpSession session)
session -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||