org.zkoss.zkplus.cluster
Class ClusterSessionPatch

java.lang.Object
  extended by 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

Constructor Summary
ClusterSessionPatch()
           
 
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
 

Constructor Detail

ClusterSessionPatch

public ClusterSessionPatch()
Method Detail

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.