Class ClusterSessionPatch

  • All Implemented Interfaces:
    org.zkoss.zk.ui.util.ExecutionCleanup

    public class ClusterSessionPatch
    extends java.lang.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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cleanup​(org.zkoss.zk.ui.Execution exec, org.zkoss.zk.ui.Execution parent, java.util.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,
                            java.util.List errs)
                     throws java.lang.Exception
        Specified by:
        cleanup in interface org.zkoss.zk.ui.util.ExecutionCleanup
        Throws:
        java.lang.Exception