|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.e2etrace.trace.AbstractTraceStepId
org.e2etrace.trace.MethodTraceStepId
public class MethodTraceStepId
Trace step id for single methods.
This trace step provides a standard way to trace method executions. It generates a uniform string representation using the class and method names.
| Constructor Summary | |
|---|---|
MethodTraceStepId(Class clazz,
String method)
Constructor using a Class instance. |
|
MethodTraceStepId(String className,
String method)
Constructor using a classname. |
|
| Method Summary |
|---|
| Methods inherited from class org.e2etrace.trace.AbstractTraceStepId |
|---|
asString, equals, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodTraceStepId(Class clazz,
String method)
Class instance.
clazz - Class instancemethod - method name
public MethodTraceStepId(String className,
String method)
className - class namemethod - method name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||