Package

org.scaladebugger.api.lowlevel

monitors

Permalink

package monitors

Visibility
  1. Public
  2. All

Type Members

  1. class DummyMonitorContendedEnterManager extends MonitorContendedEnterManager

    Permalink

    Represents a monitor contended enter manager whose operations do nothing.

  2. class DummyMonitorContendedEnteredManager extends MonitorContendedEnteredManager

    Permalink

    Represents a monitor contended entered manager whose operations do nothing.

  3. class DummyMonitorWaitManager extends MonitorWaitManager

    Permalink

    Represents a monitor wait manager whose operations do nothing.

  4. class DummyMonitorWaitedManager extends MonitorWaitedManager

    Permalink

    Represents a monitor waited manager whose operations do nothing.

  5. trait MonitorContendedEnterManager extends AnyRef

    Permalink

    Represents the manager for monitor contended enter requests.

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

    Permalink

    Represents information about a monitor contended enter request.

    Represents information about a monitor contended enter 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 monitor contended enter request

  7. trait MonitorContendedEnteredManager extends AnyRef

    Permalink

    Represents the manager for monitor contended entered requests.

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

    Permalink

    Represents information about a monitor contended entered request.

    Represents information about a monitor contended entered 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 monitor contended entered request

  9. trait MonitorWaitManager extends AnyRef

    Permalink

    Represents the manager for monitor wait requests.

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

    Permalink

    Represents information about a monitor wait request.

    Represents information about a monitor wait 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 monitor wait request

  11. trait MonitorWaitedManager extends AnyRef

    Permalink

    Represents the manager for monitor waited requests.

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

    Permalink

    Represents information about a monitor waited request.

    Represents information about a monitor waited 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 monitor waited request

  13. trait PendingMonitorContendedEnterSupport extends PendingMonitorContendedEnterSupportLike

    Permalink

    Provides pending monitor contended enter capabilities to an existing monitor contended enter manager.

  14. trait PendingMonitorContendedEnterSupportLike extends MonitorContendedEnterManager with PendingRequestSupport

    Permalink

    Provides pending monitor contended enter capabilities to an existing monitor contended enter manager.

  15. trait PendingMonitorContendedEnteredSupport extends PendingMonitorContendedEnteredSupportLike

    Permalink

    Provides pending monitor contended entered capabilities to an existing monitor contended entered manager.

  16. trait PendingMonitorContendedEnteredSupportLike extends MonitorContendedEnteredManager with PendingRequestSupport

    Permalink

    Provides pending monitor contended entered capabilities to an existing monitor contended entered manager.

  17. trait PendingMonitorWaitSupport extends PendingMonitorWaitSupportLike

    Permalink

    Provides pending monitor wait capabilities to an existing monitor wait manager.

  18. trait PendingMonitorWaitSupportLike extends MonitorWaitManager with PendingRequestSupport

    Permalink

    Provides pending monitor wait capabilities to an existing monitor wait manager.

  19. trait PendingMonitorWaitedSupport extends PendingMonitorWaitedSupportLike

    Permalink

    Provides pending monitor waited capabilities to an existing monitor waited manager.

  20. trait PendingMonitorWaitedSupportLike extends MonitorWaitedManager with PendingRequestSupport

    Permalink

    Provides pending monitor waited capabilities to an existing monitor waited manager.

  21. class StandardMonitorContendedEnterManager extends MonitorContendedEnterManager with Logging

    Permalink

    Represents the manager for monitor contended enter requests.

  22. class StandardMonitorContendedEnteredManager extends MonitorContendedEnteredManager with Logging

    Permalink

    Represents the manager for monitor contended entered requests.

  23. class StandardMonitorWaitManager extends MonitorWaitManager with Logging

    Permalink

    Represents the manager for monitor wait requests.

  24. class StandardMonitorWaitedManager extends MonitorWaitedManager with Logging

    Permalink

    Represents the manager for monitor waited requests.

  25. trait StandardPendingMonitorContendedEnterSupport extends PendingMonitorContendedEnterSupport

    Permalink

    Provides pending monitor contended enter capabilities to an existing monitor contended enter manager.

    Provides pending monitor contended enter capabilities to an existing monitor contended enter manager.

    Contains an internal pending action manager.

  26. trait StandardPendingMonitorContendedEnteredSupport extends PendingMonitorContendedEnteredSupport

    Permalink

    Provides pending monitor contended entered capabilities to an existing monitor contended entered manager.

    Provides pending monitor contended entered capabilities to an existing monitor contended entered manager.

    Contains an internal pending action manager.

  27. trait StandardPendingMonitorWaitSupport extends PendingMonitorWaitSupport

    Permalink

    Provides pending monitor wait capabilities to an existing monitor wait manager.

    Provides pending monitor wait capabilities to an existing monitor wait manager.

    Contains an internal pending action manager.

  28. trait StandardPendingMonitorWaitedSupport extends PendingMonitorWaitedSupport

    Permalink

    Provides pending monitor waited capabilities to an existing monitor waited manager.

    Provides pending monitor waited capabilities to an existing monitor waited manager.

    Contains an internal pending action manager.

Ungrouped