package threads
Type Members
-
class
DummyThreadDeathManager
extends ThreadDeathManager
Represents a thread death manager whose operations do nothing.
-
class
DummyThreadStartManager
extends ThreadStartManager
Represents a thread start manager whose operations do nothing.
-
trait
PendingThreadDeathSupport
extends PendingThreadDeathSupportLike
Provides pending thread death capabilities to an existing thread death manager.
-
trait
PendingThreadDeathSupportLike
extends ThreadDeathManager with PendingRequestSupport
Provides pending thread death capabilities to an existing thread death manager.
-
trait
PendingThreadStartSupport
extends PendingThreadStartSupportLike
Provides pending thread start capabilities to an existing thread start manager.
-
trait
PendingThreadStartSupportLike
extends ThreadStartManager with PendingRequestSupport
Provides pending thread start capabilities to an existing thread start manager.
-
trait
StandardPendingThreadDeathSupport
extends PendingThreadDeathSupport
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.
-
trait
StandardPendingThreadStartSupport
extends PendingThreadStartSupport
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.
-
class
StandardThreadDeathManager
extends ThreadDeathManager with Logging
Represents the manager for thread death requests.
-
class
StandardThreadStartManager
extends ThreadStartManager with Logging
Represents the manager for thread start requests.
-
trait
ThreadDeathManager
extends AnyRef
Represents the manager for thread death requests.
-
case class
ThreadDeathRequestInfo
(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable
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
-
trait
ThreadStartManager
extends AnyRef
Represents the manager for thread start requests.
-
case class
ThreadStartRequestInfo
(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable
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