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.
- Alphabetic
- By Inheritance
- ManagerContainer
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- 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
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val accessWatchpointManager: AccessWatchpointManager
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val breakpointManager: BreakpointManager
- val classManager: ClassManager
- val classPrepareManager: ClassPrepareManager
- val classUnloadManager: ClassUnloadManager
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
disablePendingSupport(): Unit
Disables pending support for all managers supporting pending requests.
-
def
enablePendingSupport(): Unit
Enables pending support for all managers supporting pending requests.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val eventManager: EventManager
- val exceptionManager: ExceptionManager
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val methodEntryManager: MethodEntryManager
- val methodExitManager: MethodExitManager
- val modificationWatchpointManager: ModificationWatchpointManager
- val monitorContendedEnterManager: MonitorContendedEnterManager
- val monitorContendedEnteredManager: MonitorContendedEnteredManager
- val monitorWaitManager: MonitorWaitManager
- val monitorWaitedManager: MonitorWaitedManager
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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!
-
def
processPendingRequests(): Unit
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!
- val requestManager: EventRequestManager
- val stepManager: StepManager
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val threadDeathManager: ThreadDeathManager
- val threadStartManager: ThreadStartManager
- val vmDeathManager: VMDeathManager
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )