Interface ScriptStatInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
ScriptStatInfoImpl
-
Method Details
-
getSource
String getSource() -
getStartDate
Date getStartDate() -
getEndDate
Date getEndDate() -
getCurrentRunningTime
long getCurrentRunningTime() -
getRunningMethod
String getRunningMethod() -
getUserCaller
String getUserCaller() -
getType
Class<?> getType() -
getStringCallStack
String getStringCallStack() -
getThreadName
String getThreadName() -
tryToInterrupt
void tryToInterrupt()
-