org.zkoss.zkplus.cluster
Class ClusterSessionPatch
java.lang.Object
org.zkoss.zkplus.cluster.ClusterSessionPatch
- All Implemented Interfaces:
- org.zkoss.zk.ui.util.ExecutionCleanup
public class ClusterSessionPatch
- extends Object
- implements org.zkoss.zk.ui.util.ExecutionCleanup
This listener is used with Weblogic clustering server
or cloud environment (such as Google App Engine).
then you have to add following lines in application's WEB-INF/zk.xml:
<listener>
<listener-class>org.zkoss.zkplus.cluster.ClusterSessionPatch</listener-class>
</listener>
- Since:
- 5.0.8
- Author:
- jimmy
|
Method Summary |
void |
cleanup(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Execution parent,
List errs)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClusterSessionPatch
public ClusterSessionPatch()
cleanup
public void cleanup(org.zkoss.zk.ui.Execution exec,
org.zkoss.zk.ui.Execution parent,
List errs)
throws Exception
- Specified by:
cleanup in interface org.zkoss.zk.ui.util.ExecutionCleanup
- Throws:
Exception
Copyright © 2014. All rights reserved.