Package

org.scaladebugger.api.lowlevel

threads

Permalink

package threads

Visibility
  1. Public
  2. All

Type Members

  1. class DummyThreadDeathManager extends ThreadDeathManager

    Permalink

    Represents a thread death manager whose operations do nothing.

  2. class DummyThreadStartManager extends ThreadStartManager

    Permalink

    Represents a thread start manager whose operations do nothing.

  3. trait PendingThreadDeathSupport extends PendingThreadDeathSupportLike

    Permalink

    Provides pending thread death capabilities to an existing thread death manager.

  4. trait PendingThreadDeathSupportLike extends ThreadDeathManager with PendingRequestSupport

    Permalink

    Provides pending thread death capabilities to an existing thread death manager.

  5. trait PendingThreadStartSupport extends PendingThreadStartSupportLike

    Permalink

    Provides pending thread start capabilities to an existing thread start manager.

  6. trait PendingThreadStartSupportLike extends ThreadStartManager with PendingRequestSupport

    Permalink

    Provides pending thread start capabilities to an existing thread start manager.

  7. trait StandardPendingThreadDeathSupport extends PendingThreadDeathSupport

    Permalink

    Provides pending thread death capabilities to an existing thread death manager.

    Provides pending thread death capabilities to an existing thread death manager.

    Contains an internal pending action manager.

  8. trait StandardPendingThreadStartSupport extends PendingThreadStartSupport

    Permalink

    Provides pending thread start capabilities to an existing thread start manager.

    Provides pending thread start capabilities to an existing thread start manager.

    Contains an internal pending action manager.

  9. class StandardThreadDeathManager extends ThreadDeathManager with Logging

    Permalink

    Represents the manager for thread death requests.

  10. class StandardThreadStartManager extends ThreadStartManager with Logging

    Permalink

    Represents the manager for thread start requests.

  11. trait ThreadDeathManager extends AnyRef

    Permalink

    Represents the manager for thread death requests.

  12. case class ThreadDeathRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a thread death request.

    Represents information about a thread death request.

    requestId

    The id of the request

    isPending

    Whether or not this request is pending (not on remote JVM)

    extraArguments

    The additional arguments provided to the thread death request

  13. trait ThreadStartManager extends AnyRef

    Permalink

    Represents the manager for thread start requests.

  14. case class ThreadStartRequestInfo(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable

    Permalink

    Represents information about a thread start request.

    Represents information about a thread start request.

    requestId

    The id of the request

    extraArguments

    The additional arguments provided to the thread start request

Ungrouped