Class SafeThread

    • Constructor Detail

      • SafeThread

        public SafeThread()
    • Method Detail

      • run

        public final void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread
      • doRun

        public abstract void doRun()
                            throws Throwable
        Throws:
        Throwable - if the agent failes
      • getThrown

        public final Throwable getThrown()
        Will be used by the server to check if the underlying thread has suffered an exception.
        Returns: