|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface DesktopCacheProvider
Used to retrieve a desktop cache (DesktopCache).
| Method Summary | |
|---|---|
DesktopCache |
getDesktopCache(Session session)
Returns a desktop cache of the specified session. |
void |
sessionDestroyed(Session session)
Called when a session is destroyed. |
void |
sessionDidActivate(Session sess)
Notification that the session has just been activated (a.k.a., deserialized). |
void |
sessionWillPassivate(Session sess)
Notification that the session is about to be passivated (a.k.a., serialized). |
void |
start(WebApp wapp)
Starts the provider. |
void |
stop(WebApp wapp)
Stops the provider. |
| Method Detail |
|---|
DesktopCache getDesktopCache(Session session)
The implementation might ignore session and use a global cache instead. Moreover, it might implement a cache supporting clustering.
void sessionDestroyed(Session session)
Application shall never access this method.
void sessionWillPassivate(Session sess)
It is called when WebAppCtrl.sessionWillPassivate(org.zkoss.zk.ui.Session) is called.
void sessionDidActivate(Session sess)
It is called when WebAppCtrl.sessionDidActivate(org.zkoss.zk.ui.Session) is called.
void start(WebApp wapp)
void stop(WebApp wapp)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||