| Package | Description |
|---|---|
| org.jboss.weld.probe |
| Modifier and Type | Method and Description |
|---|---|
Invocation.Type |
Invocation.getType() |
static Invocation.Type |
Invocation.Type.valueOf(java.lang.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(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) |
Copyright © 2015. All Rights Reserved.