| Interface | Description |
|---|---|
| LockingData |
This class contains general information about thread locks, or monitors.
|
| LockingEvent |
This class defines the values returned when a locking event takes place and
is used by the LockingEventListener interface
|
| LockingEventListener |
This interface needs to be implemented to receive notifications via the lockingEvent call
every time a locking event takes place
|
| MonitorData |
This class contains information about a specific thread lock, or monitor.
|