public final class Invocation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Invocation.Type |
| Constructor and Description |
|---|
Invocation(Integer entryPointIdx,
Bean<?> interceptedBean,
String declaringClassName,
long start,
long duration,
String methodName,
List<Invocation> children,
Invocation.Type type,
String description) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBeanClass() |
String |
getDeclaringClassName() |
String |
getDescription() |
long |
getDuration() |
Integer |
getEntryPointIdx() |
List<Invocation> |
getChildren() |
Bean<?> |
getInterceptedBean() |
String |
getMethodName() |
long |
getStart() |
Invocation.Type |
getType() |
boolean |
hasChildren() |
boolean |
isEntryPoint() |
public Invocation(Integer entryPointIdx, Bean<?> interceptedBean, String declaringClassName, long start, long duration, String methodName, List<Invocation> children, Invocation.Type type, String description)
entryPointIdx - isEntryPoint - interceptedBean - declaringClassName - start - duration - methodName - children - type - description - public Integer getEntryPointIdx()
public boolean isEntryPoint()
public Bean<?> getInterceptedBean()
public String getDeclaringClassName()
public String getBeanClass()
public long getStart()
public long getDuration()
public String getMethodName()
public List<Invocation> getChildren()
public boolean hasChildren()
public Invocation.Type getType()
public String getDescription()
Copyright © 2016. All Rights Reserved.