Uses of Interface
org.zkoss.zk.ui.sys.FailoverManager
-
Packages that use FailoverManager Package Description org.zkoss.zk.ui.impl org.zkoss.zk.ui.sys -
-
Uses of FailoverManager in org.zkoss.zk.ui.impl
Methods in org.zkoss.zk.ui.impl that return FailoverManager Modifier and Type Method Description FailoverManagerAbstractWebApp. getFailoverManager()Methods in org.zkoss.zk.ui.impl with parameters of type FailoverManager Modifier and Type Method Description voidUiEngineImpl. execRecover(Execution exec, FailoverManager failover)voidAbstractWebApp. setFailoverManager(FailoverManager failover) -
Uses of FailoverManager in org.zkoss.zk.ui.sys
Methods in org.zkoss.zk.ui.sys that return FailoverManager Modifier and Type Method Description FailoverManagerWebAppCtrl. getFailoverManager()Returns the failover manager, or null if not available.Methods in org.zkoss.zk.ui.sys with parameters of type FailoverManager Modifier and Type Method Description voidUiEngine. execRecover(Execution exec, FailoverManager failover)Executes the recovering.voidWebAppCtrl. setFailoverManager(FailoverManager manager)Sets the failover manager for this Web application.
-