Class MethodThreadLineInfo
java.lang.Object
com.netcracker.profiler.threaddump.parser.MethodThreadLineInfo
- All Implemented Interfaces:
ThreaddumpParser.JSerializable,ThreaddumpParser.ThreadLineInfo
Contains information on method call in stacktrace
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanisLockLine(String className) booleanisMethodLine(String className, String methodName) voidsetClassName(String className) toJS(StringBuffer sb) toString()
-
Field Details
-
className
-
methodName
-
locationClass
-
locationLineNo
-
arguments
-
returnValue
-
-
Constructor Details
-
MethodThreadLineInfo
public MethodThreadLineInfo()
-
-
Method Details
-
toJS
- Specified by:
toJSin interfaceThreaddumpParser.JSerializable
-
isLockLine
- Specified by:
isLockLinein interfaceThreaddumpParser.ThreadLineInfo
-
isMethodLine
- Specified by:
isMethodLinein interfaceThreaddumpParser.ThreadLineInfo
-
toString
-
equals
-
hashCode
public int hashCode() -
setClassName
-