Packages

package lowlevel

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. class DummyOperationException extends Exception

    Represents an exception that is thrown by dummy managers (normally as the exception in a Failure return value).

  2. trait JDIArgument extends Serializable

    Represents an argument associated with the Java Debugger Interface.

  3. 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.

  4. trait PendingRequestSupport extends AnyRef

    Represents the common interface inherited by all components that offer pending request support in some fashion.

  5. trait RequestInfo extends AnyRef

    Represents generic information about a request.

  6. case class StandardRequestInfo (requestId: String, isPending: Boolean, extraArguments: Seq[JDIRequestArgument]) extends RequestInfo with Product with Serializable

Value Members

  1. object InvokeNonVirtualArgument extends JDIArgument with Product with Serializable

    Represents a setting to invoke a non-virtual method on an object.

  2. 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.

  3. object ManagerContainer extends Serializable

    Containers helper methods for initializing a manager container.

Ungrouped