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