Class Runtime


  • public final class Runtime
    extends java.lang.Object
    Runtime environment.
    Since:
    2.0.0
    Author:
    henrichen
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  Runtime.Init  
    • Constructor Summary

      Constructors 
      Constructor Description
      Runtime()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static long getCheckSum​(RuntimeInfo result)  
      static java.lang.Object init​(java.lang.Object obj)  
      static boolean init​(org.zkoss.zk.ui.WebApp wapp, boolean ck)  
      static boolean token​(java.lang.Object exec)  
      static void token​(java.lang.Object exec, java.lang.Object exec2)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WARNING_EVALUATION

        public static final java.lang.String WARNING_EVALUATION
      • WARNING_INVALID_FILE

        public static final java.lang.String WARNING_INVALID_FILE
    • Constructor Detail

      • Runtime

        public Runtime()
    • Method Detail

      • token

        public static final void token​(java.lang.Object exec,
                                       java.lang.Object exec2)
      • token

        public static final boolean token​(java.lang.Object exec)
      • init

        public static final java.lang.Object init​(java.lang.Object obj)
      • init

        public static final boolean init​(org.zkoss.zk.ui.WebApp wapp,
                                         boolean ck)
      • getCheckSum

        public static long getCheckSum​(RuntimeInfo result)