org.scaladebugger.api.lowlevel

ManagerContainer

Related Docs: object ManagerContainer | package lowlevel

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
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
Learn more about member selection
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)

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val accessWatchpointManager: AccessWatchpointManager

  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val breakpointManager: BreakpointManager

  7. val classManager: ClassManager

  8. val classPrepareManager: ClassPrepareManager

  9. val classUnloadManager: ClassUnloadManager

  10. def clone(): AnyRef

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

    Disables pending support for all managers supporting pending requests.

  12. def enablePendingSupport(): Unit

    Enables pending support for all managers supporting pending requests.

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

    Definition Classes
    AnyRef
  14. val eventManager: EventManager

  15. val exceptionManager: ExceptionManager

  16. def finalize(): Unit

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

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

    Definition Classes
    Any
  19. val methodEntryManager: MethodEntryManager

  20. val methodExitManager: MethodExitManager

  21. val modificationWatchpointManager: ModificationWatchpointManager

  22. val monitorContendedEnterManager: MonitorContendedEnterManager

  23. val monitorContendedEnteredManager: MonitorContendedEnteredManager

  24. val monitorWaitManager: MonitorWaitManager

  25. val monitorWaitedManager: MonitorWaitedManager

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

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

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

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

    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. val requestManager: EventRequestManager

  31. val stepManager: StepManager

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

    Definition Classes
    AnyRef
  33. val threadDeathManager: ThreadDeathManager

  34. val threadStartManager: ThreadStartManager

  35. val vmDeathManager: VMDeathManager

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped