Modifier and Type | Method and Description |
---|---|
Invocation.Type |
Invocation.getType() |
static Invocation.Type |
Invocation.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Invocation.Type[] |
Invocation.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.