Package | Description |
---|---|
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).
|
Modifier and Type | Method and Description |
---|---|
FailoverManager |
AbstractWebApp.getFailoverManager() |
Modifier and Type | Method and Description |
---|---|
void |
UiEngineImpl.execRecover(Execution exec,
FailoverManager failover) |
void |
AbstractWebApp.setFailoverManager(FailoverManager failover) |
Modifier and Type | Method and Description |
---|---|
FailoverManager |
WebAppCtrl.getFailoverManager()
Returns the failover manager, or null if not available.
|
Modifier and Type | Method and Description |
---|---|
void |
UiEngine.execRecover(Execution exec,
FailoverManager failover)
Executes the recovering.
|
void |
WebAppCtrl.setFailoverManager(FailoverManager manager)
Sets the failover manager for this Web application.
|
Copyright © 2017. All rights reserved.