Package com.spun.util

Class MySystem

java.lang.Object
com.spun.util.MySystem

public class MySystem
extends Object
Deprecated.
replaced by SimpleLogger
  • Constructor Details

    • MySystem

      public MySystem()
      Deprecated.
  • Method Details

    • toggleAll

      public static void toggleAll​(boolean t)
      Deprecated.
    • setHourGlassWrap

      public static void setHourGlassWrap​(int numberOfDots)
      Deprecated.
    • hourGlass

      public static void hourGlass()
      Deprecated.
    • markerIn

      public static void markerIn()
      Deprecated.
    • markerOut

      public static void markerOut​(String text)
      Deprecated.
    • query

      public static void query​(String sqlQuery)
      Deprecated.
    • query

      public static void query​(String queryName, Object sqlQuery)
      Deprecated.
    • variable

      public static void variable​(String statement)
      Deprecated.
    • variableFormated

      public static void variableFormated​(String string, Object... parameters)
      Deprecated.
    • variable

      public static void variable​(String name, Object value)
      Deprecated.
    • variable

      public static void variable​(String name, Object[] array)
      Deprecated.
    • variable

      public static void variable​(Object[] array)
      Deprecated.
    • message

      public static void message​(String text)
      Deprecated.
    • event

      public static void event​(String text)
      Deprecated.
    • warning

      public static void warning​(String text)
      Deprecated.
    • warning

      public static void warning​(Throwable throwable)
      Deprecated.
    • warning

      public static void warning​(String statement, Throwable throwable)
      Deprecated.
    • dumpAllThreadsInGroup

      public static String dumpAllThreadsInGroup​(ThreadGroup tg)
      Deprecated.
      Returns all the Thread output of a group as a string.
      Returns:
      A List of The thread, and if it is alive and/or interrupted.
    • dumpMemory

      public static void dumpMemory()
      Deprecated.
    • dumpAllThreads

      public static String dumpAllThreads()
      Deprecated.
      Dumps the current thread status for ALL groups.