public final class Invocation extends Object
Modifier and Type | Class and Description |
---|---|
static class |
Invocation.Type |
Constructor and Description |
---|
Invocation(Integer entryPointIdx,
javax.enterprise.inject.spi.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() |
List<Invocation> |
getChildren() |
String |
getDeclaringClassName() |
String |
getDescription() |
long |
getDuration() |
Integer |
getEntryPointIdx() |
javax.enterprise.inject.spi.Bean<?> |
getInterceptedBean() |
String |
getMethodName() |
long |
getStart() |
Invocation.Type |
getType() |
boolean |
hasChildren() |
boolean |
isEntryPoint() |
public Invocation(Integer entryPointIdx, javax.enterprise.inject.spi.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 javax.enterprise.inject.spi.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 © 2019. All rights reserved.