package lowlevel
- Alphabetic
- Public
- All
Type Members
-
class
DummyOperationException
extends Exception
Represents an exception that is thrown by dummy managers (normally as the exception in a Failure return value).
-
trait
JDIArgument
extends Serializable
Represents an argument associated with the Java Debugger Interface.
-
case class
ManagerContainer
(accessWatchpointManager: AccessWatchpointManager, breakpointManager: BreakpointManager, classManager: ClassManager, classPrepareManager: ClassPrepareManager, classUnloadManager: ClassUnloadManager, eventManager: EventManager, exceptionManager: ExceptionManager, methodEntryManager: MethodEntryManager, methodExitManager: MethodExitManager, modificationWatchpointManager: ModificationWatchpointManager, monitorContendedEnteredManager: MonitorContendedEnteredManager, monitorContendedEnterManager: MonitorContendedEnterManager, monitorWaitedManager: MonitorWaitedManager, monitorWaitManager: MonitorWaitManager, requestManager: EventRequestManager, stepManager: StepManager, threadDeathManager: ThreadDeathManager, threadStartManager: ThreadStartManager, vmDeathManager: VMDeathManager) extends Product with Serializable
Represents a container for low-level managers.
-
trait
PendingRequestSupport
extends AnyRef
Represents the common interface inherited by all components that offer pending request support in some fashion.
-
trait
RequestInfo
extends AnyRef
Represents generic information about a request.
- case class StandardRequestInfo (requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument]) extends RequestInfo with Product with Serializable
Value Members
-
object
InvokeNonVirtualArgument
extends JDIArgument with Product with Serializable
Represents a setting to invoke a non-virtual method on an object.
-
object
InvokeSingleThreadedArgument
extends JDIArgument with Product with Serializable
Represents a setting to only resume the thread where the invocation of the method will occur.
Represents a setting to only resume the thread where the invocation of the method will occur. This can result in deadlocks if other dependent threads remain suspended.
-
object
ManagerContainer
extends Serializable
Containers helper methods for initializing a manager container.