Class/Object

org.scaladebugger.api.lowlevel

ManagerContainer

Related Docs: object ManagerContainer | package lowlevel

Permalink

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.

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ManagerContainer
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val accessWatchpointManager: AccessWatchpointManager

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. val breakpointManager: BreakpointManager

    Permalink
  7. val classManager: ClassManager

    Permalink
  8. val classPrepareManager: ClassPrepareManager

    Permalink
  9. val classUnloadManager: ClassUnloadManager

    Permalink
  10. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  11. def disablePendingSupport(): Unit

    Permalink

    Disables pending support for all managers supporting pending requests.

  12. def enablePendingSupport(): Unit

    Permalink

    Enables pending support for all managers supporting pending requests.

  13. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. val eventManager: EventManager

    Permalink
  15. val exceptionManager: ExceptionManager

    Permalink
  16. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  19. val methodEntryManager: MethodEntryManager

    Permalink
  20. val methodExitManager: MethodExitManager

    Permalink
  21. val modificationWatchpointManager: ModificationWatchpointManager

    Permalink
  22. val monitorContendedEnterManager: MonitorContendedEnterManager

    Permalink
  23. val monitorContendedEnteredManager: MonitorContendedEnteredManager

    Permalink
  24. val monitorWaitManager: MonitorWaitManager

    Permalink
  25. val monitorWaitedManager: MonitorWaitedManager

    Permalink
  26. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. def processPendingRequests(managerContainer: ManagerContainer): Unit

    Permalink

    Processes any pending requests in the managers of the provided manager container by applying them to the managers in this manager container.

    Processes any pending requests in the managers of the provided manager container by applying them to the managers in this manager container.

    managerContainer

    The manager container whose managers with pending requests will have their requests processed in this manager container

    Note

    This will not remove the pending requests from the managers contained in the provided manager container!

  30. def processPendingRequests(): Unit

    Permalink

    Processes any pending requests in the managers of this manager container.

    Processes any pending requests in the managers of this manager container.

    Note

    This will remove the pending requests from the managers contained in this manager container!

  31. val requestManager: EventRequestManager

    Permalink
  32. val stepManager: StepManager

    Permalink
  33. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  34. val threadDeathManager: ThreadDeathManager

    Permalink
  35. val threadStartManager: ThreadStartManager

    Permalink
  36. val vmDeathManager: VMDeathManager

    Permalink
  37. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped