public class ThreadEnterEvent extends AbstractThreadEvent
ThreadEvent.Operationdata, origin| Constructor and Description |
|---|
ThreadEnterEvent(java.lang.String origin,
java.lang.Long parentId,
java.lang.Long childId)
Construct a new ThreadEnterEvent
|
| Modifier and Type | Method and Description |
|---|---|
ThreadEvent.Operation |
getOperation()
Get the particular type of ThreadEvent ENTERING or EXITING
|
getChildId, getParentIdgetData, getOrigin, withDatapublic ThreadEnterEvent(java.lang.String origin,
java.lang.Long parentId,
java.lang.Long childId)
origin - origin of the event, presumably 'Concurrency'parentId - the threadId of the parent threadchildId - the threadId of the worker threadpublic ThreadEvent.Operation getOperation()
getOperation in interface ThreadEventgetOperation in class AbstractThreadEvent