|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SessionListener
| Method Summary | |
|---|---|
void |
notifyInboundSessionMigration(WadiSession session)
Calls when the ownership of the provided Session is acquired by the SessionManager to which this listener is attached. |
void |
notifyOutboundSessionMigration(WadiSession session)
Calls when the ownership of the provided Session is relinquished to another SessionManager. |
void |
notifySessionDestruction(WadiSession session)
Calls when a Session is destroyed. |
| Method Detail |
|---|
void notifyInboundSessionMigration(WadiSession session)
session - New Session now owned by the attached SessionManager.void notifyOutboundSessionMigration(WadiSession session)
session - Session now owned by another SessionManager.void notifySessionDestruction(WadiSession session)
session - Destroyed session.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||