Interface VirtualProcess


  • public interface VirtualProcess
    • Method Detail

      • interrupt

        void interrupt()
      • kill

        void kill()
           throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • getId

        long getId()
      • setDescription

        void setDescription​(java.lang.String description)
      • getDescription

        java.lang.String getDescription()
      • getName

        java.lang.String getName()
      • isRoot

        boolean isRoot()
      • isCallerSelf

        boolean isCallerSelf()
      • getUser

        User getUser()
      • start

        void start()
      • changeUser

        void changeUser​(User user)
                 throws java.lang.SecurityException
        Throws:
        java.lang.SecurityException
      • getLogger

        java.util.logging.Logger getLogger()
      • canControl

        boolean canControl()
      • isRunning

        boolean isRunning()
      • newThreadFactory

        java.util.concurrent.ThreadFactory newThreadFactory()
                                                     throws java.lang.SecurityException
        Throws:
        java.lang.SecurityException