Documentation of 'edu.jas.kern.PreemptStatus' Java class
PreemptStatus
edu.jas.kern

Class PreemptStatus



  • public class PreemptStatus
    extends java.lang.Object
    PreemptStatus, defines global status for preemtive interruption handling.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean isAllowed()
      isAllowed.
      static void setAllow()
      setAllow, set preemtive interruption to allowed status.
      static void setNotAllow()
      setNotAllow, set preemtive interruption to not allowed status.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • isAllowed

        public static boolean isAllowed()
        isAllowed.
        Returns:
        true, preemtive interruption is allowed, else false.
      • setAllow

        public static void setAllow()
        setAllow, set preemtive interruption to allowed status.
      • setNotAllow

        public static void setNotAllow()
        setNotAllow, set preemtive interruption to not allowed status.

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.