package vm
Type Members
-
class
DummyVMDeathManager
extends VMDeathManager
Represents a vm death manager whose operations do nothing.
-
trait
PendingVMDeathSupport
extends PendingVMDeathSupportLike
Provides pending vm death capabilities to an existing vm death manager.
-
trait
PendingVMDeathSupportLike
extends VMDeathManager with PendingRequestSupport
Provides pending vm death capabilities to an existing vm death manager.
-
trait
StandardPendingVMDeathSupport
extends PendingVMDeathSupport
Provides pending vm death capabilities to an existing vm death manager.
Provides pending vm death capabilities to an existing vm death manager.
Contains an internal pending action manager.
-
class
StandardVMDeathManager
extends VMDeathManager with Logging
Represents the manager for vm death requests.
-
trait
VMDeathManager
extends AnyRef
Represents the manager for vm death requests.
-
case class
VMDeathRequestInfo
(requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument] = Nil) extends RequestInfo with Product with Serializable
Represents information about a vm death request.
Represents information about a vm 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 vm death request