public class Invocation extends Object
| Modifier and Type | Class and Description |
|---|---|
(package private) static class |
Invocation.Builder |
static class |
Invocation.Kind |
| Constructor and Description |
|---|
Invocation(InjectableBean<?> interceptedBean,
long start,
long duration,
Method method,
Invocation.Kind kind,
String message,
List<Invocation> children) |
| Modifier and Type | Method and Description |
|---|---|
List<Invocation> |
getChildren() |
String |
getDeclaringClassName() |
long |
getDuration() |
long |
getDurationMillis() |
InjectableBean<?> |
getInterceptedBean() |
Invocation.Kind |
getKind() |
String |
getMessage() |
Method |
getMethod() |
String |
getPackageName(String name) |
long |
getStart() |
String |
getStartFormatted() |
String |
toString() |
Invocation(InjectableBean<?> interceptedBean, long start, long duration, Method method, Invocation.Kind kind, String message, List<Invocation> children)
public InjectableBean<?> getInterceptedBean()
public long getStart()
public String getStartFormatted()
public long getDuration()
public long getDurationMillis()
public Method getMethod()
public String getDeclaringClassName()
public List<Invocation> getChildren()
public Invocation.Kind getKind()
public String getMessage()
Copyright © 2021 JBoss by Red Hat. All rights reserved.