Uses of Class
org.jboss.weld.probe.Invocation.Type
-
Packages that use Invocation.Type Package Description org.jboss.weld.probe -
-
Uses of Invocation.Type in org.jboss.weld.probe
Methods in org.jboss.weld.probe that return Invocation.Type Modifier and Type Method Description Invocation.TypeInvocation. getType()static Invocation.TypeInvocation.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.Constructors in org.jboss.weld.probe with parameters of type Invocation.Type Constructor 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)
-