akka.dispatch

MonitorableThread

class MonitorableThread extends Thread

Linear Supertypes
Thread, Runnable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MonitorableThread
  2. Thread
  3. Runnable
  4. AnyRef
  5. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new MonitorableThread (runnable: Runnable, name: String)

Value Members

  1. def != (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  2. def != (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  3. def ## (): Int

    Attributes
    final
    Definition Classes
    AnyRef → Any
  4. def == (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  5. def == (arg0: Any): Boolean

    Attributes
    final
    Definition Classes
    Any
  6. def asInstanceOf [T0] : T0

    Attributes
    final
    Definition Classes
    Any
  7. def checkAccess (): Unit

    Attributes
    final
    Definition Classes
    Thread
  8. def clone (): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    Thread → AnyRef
    Annotations
    @throws()
  9. def eq (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  10. def equals (arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  11. def finalize (): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def getClass (): java.lang.Class[_]

    Attributes
    final
    Definition Classes
    AnyRef → Any
  13. def getContextClassLoader (): ClassLoader

    Definition Classes
    Thread
  14. def getId (): Long

    Definition Classes
    Thread
  15. def getName (): String

    Attributes
    final
    Definition Classes
    Thread
  16. def getPriority (): Int

    Attributes
    final
    Definition Classes
    Thread
  17. def getStackTrace (): Array[StackTraceElement]

    Definition Classes
    Thread
  18. def getState (): State

    Definition Classes
    Thread
  19. def getThreadGroup (): ThreadGroup

    Attributes
    final
    Definition Classes
    Thread
  20. def getUncaughtExceptionHandler (): UncaughtExceptionHandler

    Definition Classes
    Thread
  21. def hashCode (): Int

    Definition Classes
    AnyRef → Any
  22. def interrupt (): Unit

    Definition Classes
    Thread
  23. def isAlive (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  24. def isDaemon (): Boolean

    Attributes
    final
    Definition Classes
    Thread
  25. def isInstanceOf [T0] : Boolean

    Attributes
    final
    Definition Classes
    Any
  26. def isInterrupted (): Boolean

    Definition Classes
    Thread
  27. def join (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  28. def join (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  29. def join (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @throws()
  30. def ne (arg0: AnyRef): Boolean

    Attributes
    final
    Definition Classes
    AnyRef
  31. def notify (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  32. def notifyAll (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
  33. def run (): Unit

    Definition Classes
    MonitorableThread → Thread → Runnable
  34. def setContextClassLoader (arg0: ClassLoader): Unit

    Definition Classes
    Thread
  35. def setDaemon (arg0: Boolean): Unit

    Attributes
    final
    Definition Classes
    Thread
  36. def setName (arg0: String): Unit

    Attributes
    final
    Definition Classes
    Thread
  37. def setPriority (arg0: Int): Unit

    Attributes
    final
    Definition Classes
    Thread
  38. def setUncaughtExceptionHandler (arg0: UncaughtExceptionHandler): Unit

    Definition Classes
    Thread
  39. def start (): Unit

    Definition Classes
    Thread
  40. def synchronized [T0] (arg0: ⇒ T0): T0

    Attributes
    final
    Definition Classes
    AnyRef
  41. def toString (): String

    Definition Classes
    Thread → AnyRef → Any
  42. def wait (): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. def wait (arg0: Long, arg1: Int): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. def wait (arg0: Long): Unit

    Attributes
    final
    Definition Classes
    AnyRef
    Annotations
    @throws()

Deprecated Value Members

  1. def countStackFrames (): Int

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  2. def destroy (): Unit

    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  3. def resume (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  4. def stop (arg0: Throwable): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  5. def stop (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

  6. def suspend (): Unit

    Attributes
    final
    Definition Classes
    Thread
    Annotations
    @Deprecated @deprecated
    Deprecated

    see corresponding Javadoc for more information.

Inherited from Thread

Inherited from Runnable

Inherited from AnyRef

Inherited from Any