Class Nonstop


  • public class Nonstop
    extends java.lang.Object
    Runs a Java program multiple times without the Virtual Machine exiting.
    See Also:
    BenchmarkSecurityManager
    • Constructor Summary

      Constructors 
      Constructor Description
      Nonstop()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static void run​(java.lang.Class main, java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

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

      • Nonstop

        public Nonstop()
    • Method Detail

      • run

        public static void run​(java.lang.Class main,
                               java.lang.String[] args)
      • main

        public static void main​(java.lang.String[] args)
                         throws java.lang.Exception
        Throws:
        java.lang.Exception