| Package | Description |
|---|---|
| org.jboss.weld.probe |
| 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,
Bean<?> interceptedBean,
String declaringClassName,
long start,
long duration,
String methodName,
List<Invocation> children,
Invocation.Type type,
String description) |
Copyright © 2015. All Rights Reserved.