sofya.ed.semantic
Class EventListener.MonitorData

java.lang.Object
  extended by sofya.ed.semantic.EventListener.MonitorData
Enclosing interface:
EventListener

public static class EventListener.MonitorData
extends java.lang.Object

Provides information about a monitor acquisition or release.


Method Summary
 java.lang.String getClassName()
          Gets the name of the class in which the monitor event occurred.
 java.lang.String getMethod()
          Gets the name of the method in which the monitor event occurred.
 java.lang.String getMethodSignature()
          Gets the signature of the method in which the monitor event occurred.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getClassName

public java.lang.String getClassName()
Gets the name of the class in which the monitor event occurred.

Returns:
The name of the class in which the monitor was acquired or released.

getMethod

public java.lang.String getMethod()
Gets the name of the method in which the monitor event occurred.

Returns:
The name of the method in which the monitor was acquired or released.

getMethodSignature

public java.lang.String getMethodSignature()
Gets the signature of the method in which the monitor event occurred.

Returns:
The JNI-style signature of the method in which the monitor was acquired or released.