Uses of Interface
org.zkoss.zk.ui.sys.FailoverManager

Packages that use FailoverManager
org.zkoss.zk.ui.impl Implementation of user interfaces and factories (implementation only). 
org.zkoss.zk.ui.sys Internal interfaces of user interfaces and factories (behind the scene). 
 

Uses of FailoverManager in org.zkoss.zk.ui.impl
 

Methods in org.zkoss.zk.ui.impl that return FailoverManager
 FailoverManager AbstractWebApp.getFailoverManager()
           
 

Methods in org.zkoss.zk.ui.impl with parameters of type FailoverManager
 void UiEngineImpl.execRecover(Execution exec, FailoverManager failover)
           
 void AbstractWebApp.setFailoverManager(FailoverManager failover)
           
 

Uses of FailoverManager in org.zkoss.zk.ui.sys
 

Methods in org.zkoss.zk.ui.sys that return FailoverManager
 FailoverManager WebAppCtrl.getFailoverManager()
          Returns the failover manager, or null if not available.
 

Methods in org.zkoss.zk.ui.sys with parameters of type FailoverManager
 void UiEngine.execRecover(Execution exec, FailoverManager failover)
          Executes the recovering.
 void WebAppCtrl.setFailoverManager(FailoverManager manager)
          Sets the failover manager for this Web application.
 



Copyright © 2005-2011 Potix Corporation. All Rights Reserved. SourceForge.net Logo