Class

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

PureThreadStartEventInfo

Related Doc: package events

Permalink

class PureThreadStartEventInfo extends PureEventInfo with ThreadStartEventInfo

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

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PureThreadStartEventInfo
  2. ThreadStartEventInfo
  3. PureEventInfo
  4. EventInfo
  5. CommonInfo
  6. JavaInfo
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PureThreadStartEventInfo(scalaVirtualMachine: ScalaVirtualMachine, infoProducer: InfoProducer, threadStartEvent: ThreadStartEvent, jdiArguments: Seq[JDIArgument] = Nil)(_virtualMachine: ⇒ VirtualMachine, _thread: ⇒ ThreadReference, _threadReferenceType: ⇒ ReferenceType)

    Permalink

    scalaVirtualMachine

    The high-level virtual machine containing the array

    infoProducer

    The producer of info-based profile instances

    threadStartEvent

    The thread start event to wrap in the profile

    jdiArguments

    The request and event arguments tied to the provided event

    _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

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
    PureThreadStartEventInfoPureEventInfo
  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
    PureThreadStartEventInfoPureEventInfoJavaInfo
  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. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. 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
  41. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  43. 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
  44. val scalaVirtualMachine: ScalaVirtualMachine

    Permalink

    The high-level virtual machine containing the array

    The high-level virtual machine containing the array

    Definition Classes
    PureThreadStartEventInfoPureEventInfoCommonInfo
  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  46. def thread: ThreadInfo

    Permalink

    Returns the thread which started.

    Returns the thread which started.

    returns

    The information profile about the thread

    Definition Classes
    PureThreadStartEventInfoThreadStartEventInfo
  47. 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

  48. 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

  49. 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

  50. 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

  51. 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

  52. def toJavaInfo: ThreadStartEventInfo

    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
    PureThreadStartEventInfoPureEventInfoEventInfoCommonInfoJavaInfo
  53. def toJdiInstance: ThreadStartEvent

    Permalink

    Returns the JDI representation this profile instance wraps.

    Returns the JDI representation this profile instance wraps.

    returns

    The JDI instance

    Definition Classes
    PureThreadStartEventInfoThreadStartEventInfoPureEventInfoEventInfoCommonInfo
  54. 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

  55. 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

  56. 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

  57. 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

  58. 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

  59. 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

  60. 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

  61. 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

  62. 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

  63. 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
  64. 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
  65. 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

  66. 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
  67. 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

  68. 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

  69. 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

  70. 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

  71. 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

  72. 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

  73. 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
  74. 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
  75. 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
  76. 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
  77. 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
  78. 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
  79. 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
  80. 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
  81. 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
  82. 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
  83. 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
  84. 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
  85. 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
  86. 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
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. final def wait(): Unit

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

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

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

Inherited from ThreadStartEventInfo

Inherited from PureEventInfo

Inherited from EventInfo

Inherited from CommonInfo

Inherited from JavaInfo

Inherited from AnyRef

Inherited from Any

Ungrouped