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