Class

org.scaladebugger.api.profiles.pure.info.events

PureMonitorWaitEventInfo

Related Doc: package events

Permalink

class PureMonitorWaitEventInfo extends PureMonitorEventInfo with MonitorWaitEventInfo

Represents a pure implementation of a monitor wait event info profile that adds no custom logic on top of the standard JDI.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureMonitorWaitEventInfo
  2. MonitorWaitEventInfo
  3. PureMonitorEventInfo
  4. MonitorEventInfo
  5. PureLocatableEventInfo
  6. LocatableEventInfo
  7. PureEventInfo
  8. EventInfo
  9. CommonInfo
  10. JavaInfo
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureMonitorWaitEventInfo(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducer, monitorWaitEvent: MonitorWaitEvent, jdiArguments: Seq[JDIArgument] = Nil)(_monitor: ⇒ ObjectReference, _monitorReferenceType: ⇒ ReferenceType, _virtualMachine: ⇒ VirtualMachine, _thread: ⇒ ThreadReference, _threadReferenceType: ⇒ ReferenceType, _location: ⇒ Location)

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the array

    infoProducer

    The producer of info-based profile instances

    monitorWaitEvent

    The monitor wait event to wrap in the profile

    jdiArguments

    The request and event arguments tied to the provided event

    _monitor

    The object reference to the monitor being waited up

    _monitorReferenceType

    The reference type of the monitor

    _virtualMachine

    The low-level virtual machine where the event originated

    _thread

    The thread where the event originated

    _threadReferenceType

    The reference type of the thread where the event originated

    _location

    The location of the event occurrence

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. def allArguments: Seq[JDIArgument]

    Permalink

    Returns all arguments provided to this event.

    Returns all arguments provided to this event.

    returns

    The collection of request and event arguments associated with this event and its request

    Definition Classes
    EventInfo
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. lazy val eventArguments: Seq[JDIEventArgument]

    Permalink

    Returns the event arguments provided to this event.

    Returns the event arguments provided to this event.

    returns

    The collection of event arguments

    Definition Classes
    PureEventInfoEventInfo
  10. def eventClass: Class[_]

    Permalink

    Returns the class of the underlying event.

    Returns the class of the underlying event.

    returns

    The class of the event

    Attributes
    protected
    Definition Classes
    PureEventInfo
  11. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. val infoProducer: InfoProducer

    Permalink

    The producer of info-based profile instances

    The producer of info-based profile instances

    Attributes
    protected
    Definition Classes
    PureMonitorWaitEventInfoPureMonitorEventInfoPureLocatableEventInfoPureEventInfo
  15. def isAccessWatchpointEvent: Boolean

    Permalink

    Returns whether or not this event represents an access watchpoint event.

    Returns whether or not this event represents an access watchpoint event.

    returns

    True if an access watchpoint event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  16. def isBreakpointEvent: Boolean

    Permalink

    Returns whether or not this event represents a breakpoint event.

    Returns whether or not this event represents a breakpoint event.

    returns

    True if a breakpoint event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  17. def isClassPrepareEvent: Boolean

    Permalink

    Returns whether or not this event represents a class prepare event.

    Returns whether or not this event represents a class prepare event.

    returns

    True if a class prepare event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  18. def isClassUnloadEvent: Boolean

    Permalink

    Returns whether or not this event represents a class unload event.

    Returns whether or not this event represents a class unload event.

    returns

    True if a class unload event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  19. def isExceptionEvent: Boolean

    Permalink

    Returns whether or not this event represents an exception event.

    Returns whether or not this event represents an exception event.

    returns

    True if an exception event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  20. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  21. def isJavaInfo: Boolean

    Permalink

    Returns whether or not this info profile represents the low-level Java implementation.

    Returns whether or not this info profile represents the low-level Java implementation.

    returns

    If true, this profile represents the low-level Java information, otherwise this profile represents something higher-level like Scala, Jython, or JRuby

    Definition Classes
    PureMonitorWaitEventInfoPureMonitorEventInfoPureLocatableEventInfoPureEventInfoJavaInfo
  22. def isLocatableEvent: Boolean

    Permalink

    Returns whether or not this event represents a locatable event.

    Returns whether or not this event represents a locatable event.

    returns

    True if a locatable event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  23. def isMethodEntryEvent: Boolean

    Permalink

    Returns whether or not this event represents a method entry event.

    Returns whether or not this event represents a method entry event.

    returns

    True if a method entry event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  24. def isMethodExitEvent: Boolean

    Permalink

    Returns whether or not this event represents a method exit event.

    Returns whether or not this event represents a method exit event.

    returns

    True if a method exit event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  25. def isModificationWatchpointEvent: Boolean

    Permalink

    Returns whether or not this event represents a modification watchpoint event.

    Returns whether or not this event represents a modification watchpoint event.

    returns

    True if a modification watchpoint event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  26. def isMonitorContendedEnterEvent: Boolean

    Permalink

    Returns whether or not this event represents a monitor contended enter event.

    Returns whether or not this event represents a monitor contended enter event.

    returns

    True if a monitor contended enter event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  27. def isMonitorContendedEnteredEvent: Boolean

    Permalink

    Returns whether or not this event represents a monitor contended entered event.

    Returns whether or not this event represents a monitor contended entered event.

    returns

    True if a monitor contended entered event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  28. def isMonitorEvent: Boolean

    Permalink

    Returns whether or not this event represents any monitor event.

    Returns whether or not this event represents any monitor event.

    returns

    True if any monitor event, otherwise false

    Definition Classes
    EventInfo
  29. def isMonitorWaitEvent: Boolean

    Permalink

    Returns whether or not this event represents a monitor wait event.

    Returns whether or not this event represents a monitor wait event.

    returns

    True if a monitor wait event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  30. def isMonitorWaitedEvent: Boolean

    Permalink

    Returns whether or not this event represents a monitor waited event.

    Returns whether or not this event represents a monitor waited event.

    returns

    True if a monitor waited event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  31. def isPlainEvent: Boolean

    Permalink

    Returns whether or not this event is a plain event.

    Returns whether or not this event is a plain event. By plain, this means that the underlying event does not extend any more specific interface than the low-level event interface.

    For example, a breakpoint event would return false. Likewise, a locatable event would return false. A raw event would return true.

    returns

    True if plain, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  32. def isStepEvent: Boolean

    Permalink

    Returns whether or not this event represents a step event.

    Returns whether or not this event represents a step event.

    returns

    True if a step event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  33. def isThreadDeathEvent: Boolean

    Permalink

    Returns whether or not this event represents a thread death event.

    Returns whether or not this event represents a thread death event.

    returns

    True if a thread death event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  34. def isThreadStartEvent: Boolean

    Permalink

    Returns whether or not this event represents a thread start event.

    Returns whether or not this event represents a thread start event.

    returns

    True if a thread start event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  35. def isVMDeathEvent: Boolean

    Permalink

    Returns whether or not this event represents a vm death event.

    Returns whether or not this event represents a vm death event.

    returns

    True if a vm death event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  36. def isVMDisconnectEvent: Boolean

    Permalink

    Returns whether or not this event represents a vm disconnect event.

    Returns whether or not this event represents a vm disconnect event.

    returns

    True if a vm disconnect event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  37. def isVMStartEvent: Boolean

    Permalink

    Returns whether or not this event represents a vm start event.

    Returns whether or not this event represents a vm start event.

    returns

    True if a vm start event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  38. def isWatchpointEvent: Boolean

    Permalink

    Returns whether or not this event represents a watchpoint event.

    Returns whether or not this event represents a watchpoint event.

    returns

    True if a watchpoint event, otherwise false

    Definition Classes
    PureEventInfoEventInfo
  39. def location: LocationInfo

    Permalink

    Returns the location associated with this event.

    Returns the location associated with this event.

    returns

    The information profile about the location

    Definition Classes
    PureLocatableEventInfoLocatableEventInfo
  40. def monitor: ObjectInfo

    Permalink

    Returns the monitor associated with this event.

    Returns the monitor associated with this event.

    returns

    The information profile about the monitor object

    Definition Classes
    PureMonitorEventInfoMonitorEventInfo
  41. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  42. def newMonitorEvent(locatableEvent: LocatableEvent): MonitorEvent

    Permalink

    Creates a new instance of a monitor event from a locatable event.

    Creates a new instance of a monitor event from a locatable event.

    locatableEvent

    The locatable event to wrap in a monitor event

    returns

    The new monitor event instance

    Attributes
    protected
    Definition Classes
    PureEventInfo
  43. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  45. lazy val requestArguments: Seq[JDIRequestArgument]

    Permalink

    Returns the request arguments provided to this event's request.

    Returns the request arguments provided to this event's request.

    returns

    The collection of request arguments

    Definition Classes
    PureEventInfoEventInfo
  46. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the array

    The high-level virtual machine containing the array

    Definition Classes
    PureMonitorWaitEventInfoPureMonitorEventInfoPureLocatableEventInfoPureEventInfoCommonInfo
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def thread: ThreadInfo

    Permalink

    Returns the thread associated with this event.

    Returns the thread associated with this event.

    returns

    The information profile about the thread

    Definition Classes
    PureMonitorEventInfoMonitorEventInfoPureLocatableEventInfoLocatableEventInfo
  49. def timeout: Long

    Permalink

    Returns the number of milliseconds the thread will wait on the monitor.

    Returns the number of milliseconds the thread will wait on the monitor.

    returns

    The length of time as milliseconds

    Definition Classes
    PureMonitorWaitEventInfoMonitorWaitEventInfo
  50. def toAccessWatchpointEvent: AccessWatchpointEventInfo

    Permalink

    Returns the event as an access watchpoint event.

    Returns the event as an access watchpoint event.

    returns

    The access watchpoint event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not an access watchpoint event

  51. def toBreakpointEvent: BreakpointEventInfo

    Permalink

    Returns the event as a breakpoint event.

    Returns the event as a breakpoint event.

    returns

    The breakpoint event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a breakpoint event

  52. def toClassPrepareEvent: ClassPrepareEventInfo

    Permalink

    Returns the event as a class prepare event.

    Returns the event as a class prepare event.

    returns

    The class prepare event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a class prepare event

  53. def toClassUnloadEvent: ClassUnloadEventInfo

    Permalink

    :w Returns the event as a class unload event.

    :w Returns the event as a class unload event.

    returns

    The class unload event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a class unload event

  54. def toExceptionEvent: ExceptionEventInfo

    Permalink

    Returns the event as an exception event.

    Returns the event as an exception event.

    returns

    The exception event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not an exception event

  55. def toJavaInfo: MonitorWaitEventInfo

    Permalink

    Converts the current profile instance to a representation of low-level Java instead of a higher-level abstraction.

    Converts the current profile instance to a representation of low-level Java instead of a higher-level abstraction.

    returns

    The profile instance providing an implementation corresponding to Java

    Definition Classes
    PureMonitorWaitEventInfoPureMonitorEventInfoPureLocatableEventInfoPureEventInfoEventInfoCommonInfoJavaInfo
  56. def toJdiInstance: MonitorWaitEvent

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureMonitorWaitEventInfoMonitorWaitEventInfoPureMonitorEventInfoMonitorEventInfoPureLocatableEventInfoLocatableEventInfoPureEventInfoEventInfoCommonInfo
  57. def toLocatableEvent: LocatableEventInfo

    Permalink

    Returns the event as a locatable event.

    Returns the event as a locatable event.

    returns

    The locatable event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a locatable event

  58. def toMethodEntryEvent: MethodEntryEventInfo

    Permalink

    Returns the event as a method entry event.

    Returns the event as a method entry event.

    returns

    The method entry event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a method entry event

  59. def toMethodExitEvent: MethodExitEventInfo

    Permalink

    Returns the event as a method exit event.

    Returns the event as a method exit event.

    returns

    The method exit event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a method exit event

  60. def toModificationWatchpointEvent: ModificationWatchpointEventInfo

    Permalink

    Returns the event as an modification watchpoint event.

    Returns the event as an modification watchpoint event.

    returns

    The modification watchpoint event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not an modification watchpoint event

  61. def toMonitorContendedEnterEvent: MonitorContendedEnterEventInfo

    Permalink

    Returns the event as a monitor contended enter event.

    Returns the event as a monitor contended enter event.

    returns

    The monitor contended enter event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a monitor contended enter event

  62. def toMonitorContendedEnteredEvent: MonitorContendedEnteredEventInfo

    Permalink

    Returns the event as a monitor contended entered event.

    Returns the event as a monitor contended entered event.

    returns

    The monitor contended entered event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a monitor contended entered event

  63. def toMonitorEvent: MonitorEventInfo

    Permalink

    Returns the event as a monitor event.

    Returns the event as a monitor event.

    returns

    The monitor event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a monitor event

  64. def toMonitorWaitEvent: MonitorWaitEventInfo

    Permalink

    Returns the event as a monitor wait event.

    Returns the event as a monitor wait event.

    returns

    The monitor wait event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a monitor wait event

  65. def toMonitorWaitedEvent: MonitorWaitedEventInfo

    Permalink

    Returns the event as a monitor waited event.

    Returns the event as a monitor waited event.

    returns

    The monitor waited event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a monitor waited event

  66. def toMostSpecificEvent: EventInfo

    Permalink

    Returns the event converted to its most specific event profile.

    Returns the event converted to its most specific event profile. For example, if the current profile is of type 'EventInfo' and the most specific possible was 'BreakpointEventProfile', a new instance of 'BreakpointEventProfile' would be returned.

    returns

    The new, specific event profile instance

    Definition Classes
    EventInfo
  67. def toPrettyString: String

    Permalink

    Returns a string presenting a better human-readable description of the JDI instance.

    Returns a string presenting a better human-readable description of the JDI instance.

    returns

    The human-readable description

    Definition Classes
    EventInfoCommonInfo
  68. def toStepEvent: StepEventInfo

    Permalink

    Returns the event as a step event.

    Returns the event as a step event.

    returns

    The step event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a step event

  69. def toString(): String

    Permalink

    Returns the string representation of the underlying event.

    Returns the string representation of the underlying event.

    returns

    The event string representation

    Definition Classes
    PureEventInfo → AnyRef → Any
  70. def toThreadDeathEvent: ThreadDeathEventInfo

    Permalink

    Returns the event as a thread death event.

    Returns the event as a thread death event.

    returns

    The thread death event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a thread death event

  71. def toThreadStartEvent: ThreadStartEventInfo

    Permalink

    Returns the event as a thread start event.

    Returns the event as a thread start event.

    returns

    The thread start event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a thread start event

  72. def toVMDeathEvent: VMDeathEventInfo

    Permalink

    Returns the event as a vm death event.

    Returns the event as a vm death event.

    returns

    The vm death event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a vm death event

  73. def toVMDisconnectEvent: VMDisconnectEventInfo

    Permalink

    Returns the event as a vm disconnect event.

    Returns the event as a vm disconnect event.

    returns

    The vm disconnect event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a vm disconnect event

  74. def toVMStartEvent: VMStartEventInfo

    Permalink

    Returns the event as a vm start event.

    Returns the event as a vm start event.

    returns

    The vm start event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a vm start event

  75. def toWatchpointEvent: WatchpointEventInfo

    Permalink

    Returns the event as a watchpoint event.

    Returns the event as a watchpoint event.

    returns

    The watchpoint event profile wrapping the event

    Definition Classes
    PureEventInfoEventInfo
    Exceptions thrown

    AssertionError If not a watchpoint event

  76. def tryToAccessWatchpointEvent: Try[AccessWatchpointEventInfo]

    Permalink

    Returns the event as an access watchpoint event.

    Returns the event as an access watchpoint event.

    returns

    Success containing the access watchpoint event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  77. def tryToBreakpointEvent: Try[BreakpointEventInfo]

    Permalink

    Returns the event as a breakpoint event.

    Returns the event as a breakpoint event.

    returns

    Success containing the breakpoint event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  78. def tryToClassPrepareEvent: Try[ClassPrepareEventInfo]

    Permalink

    Returns the event as a class prepare event.

    Returns the event as a class prepare event.

    returns

    Success containing the class prepare event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  79. def tryToClassUnloadEvent: Try[ClassUnloadEventInfo]

    Permalink

    Returns the event as a class unload event.

    Returns the event as a class unload event.

    returns

    Success containing the class unload event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  80. def tryToExceptionEvent: Try[ExceptionEventInfo]

    Permalink

    Returns the event as an exception event.

    Returns the event as an exception event.

    returns

    Success containing the exception event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  81. def tryToLocatableEvent: Try[LocatableEventInfo]

    Permalink

    Returns the event as a locatable event.

    Returns the event as a locatable event.

    returns

    Success containing the locatable event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  82. def tryToMethodEntryEvent: Try[MethodEntryEventInfo]

    Permalink

    Returns the event as a method entry event.

    Returns the event as a method entry event.

    returns

    Success containing the method entry event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  83. def tryToMethodExitEvent: Try[MethodExitEventInfo]

    Permalink

    Returns the event as a method exit event.

    Returns the event as a method exit event.

    returns

    Success containing the method exit event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  84. def tryToModificationWatchpointEvent: Try[ModificationWatchpointEventInfo]

    Permalink

    Returns the event as an modification watchpoint event.

    Returns the event as an modification watchpoint event.

    returns

    Success containing the modification watchpoint event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  85. def tryToMonitorContendedEnterEvent: Try[MonitorContendedEnterEventInfo]

    Permalink

    Returns the event as a monitor contended enter event.

    Returns the event as a monitor contended enter event.

    returns

    Success containing the monitor contended enter event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  86. def tryToMonitorContendedEnteredEvent: Try[MonitorContendedEnteredEventInfo]

    Permalink

    Returns the event as a monitor contended entered event.

    Returns the event as a monitor contended entered event.

    returns

    Success containing the monitor contended entered event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  87. def tryToMonitorEvent: Try[MonitorEventInfo]

    Permalink

    Returns the event as a monitor event.

    Returns the event as a monitor event.

    returns

    Success containing the monitor event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  88. def tryToMonitorWaitEvent: Try[MonitorWaitEventInfo]

    Permalink

    Returns the event as a monitor wait event.

    Returns the event as a monitor wait event.

    returns

    Success containing the monitor wait event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  89. def tryToMonitorWaitedEvent: Try[MonitorWaitedEventInfo]

    Permalink

    Returns the event as a monitor waited event.

    Returns the event as a monitor waited event.

    returns

    Success containing the monitor waited event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  90. def tryToStepEvent: Try[StepEventInfo]

    Permalink

    Returns the event as a step event.

    Returns the event as a step event.

    returns

    Success containing the step event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  91. def tryToThreadDeathEvent: Try[ThreadDeathEventInfo]

    Permalink

    Returns the event as a thread death event.

    Returns the event as a thread death event.

    returns

    Success containing the thread death event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  92. def tryToThreadStartEvent: Try[ThreadStartEventInfo]

    Permalink

    Returns the event as a thread start event.

    Returns the event as a thread start event.

    returns

    Success containing the thread start event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  93. def tryToVMDeathEvent: Try[VMDeathEventInfo]

    Permalink

    Returns the event as a vm death event.

    Returns the event as a vm death event.

    returns

    Success containing the vm death event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  94. def tryToVMDisconnectEvent: Try[VMDisconnectEventInfo]

    Permalink

    Returns the event as a vm disconnect event.

    Returns the event as a vm disconnect event.

    returns

    Success containing the vm disconnect event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  95. def tryToVMStartEvent: Try[VMStartEventInfo]

    Permalink

    Returns the event as a vm start event.

    Returns the event as a vm start event.

    returns

    Success containing the vm start event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  96. def tryToWatchpointEvent: Try[WatchpointEventInfo]

    Permalink

    Returns the event as a watchpoint event.

    Returns the event as a watchpoint event.

    returns

    Success containing the watchpoint event profile wrapping the event, otherwise a failure

    Definition Classes
    EventInfo
  97. final def wait(): Unit

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

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

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

Inherited from MonitorWaitEventInfo

Inherited from PureMonitorEventInfo

Inherited from MonitorEventInfo

Inherited from PureLocatableEventInfo

Inherited from LocatableEventInfo

Inherited from PureEventInfo

Inherited from EventInfo

Inherited from CommonInfo

Inherited from JavaInfo

Inherited from AnyRef

Inherited from Any

Ungrouped