public interface DesktopCacheProvider
DesktopCache
).Modifier and Type | Method and Description |
---|---|
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.
|
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)
Copyright © 2005-2023 Potix Corporation. All Rights Reserved.