Class ProfilingEventObject
java.lang.Object
com.ibm.java.diagnostics.healthcenter.api.profiling.impl.ProfilingEventObject
- All Implemented Interfaces:
BaseEvent,ProfilingEvent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetCallStack(ProfilingMethod[] callStack) voidsetMethod(ProfilingMethod method)
-
Constructor Details
-
ProfilingEventObject
public ProfilingEventObject(long eventTime)
-
-
Method Details
-
getEventTime
public long getEventTime()- Specified by:
getEventTimein interfaceBaseEvent- Returns:
- the time the event took place in milliseconds since epoch
-
getMethod
- Specified by:
getMethodin interfaceProfilingEvent- Returns:
- The method at the top of the stack
-
getCallStack
- Specified by:
getCallStackin interfaceProfilingEvent- Returns:
- an array of Methods in the call stack
-
setCallStack
-
setMethod
-