Uses of Class
org.jboss.byteman.contrib.dtest.Instrumentor
-
Packages that use Instrumentor Package Description org.jboss.byteman.contrib.dtest -
-
Uses of Instrumentor in org.jboss.byteman.contrib.dtest
Fields in org.jboss.byteman.contrib.dtest with type parameters of type Instrumentor Modifier and Type Field Description private static java.util.concurrent.atomic.AtomicReference<Instrumentor>
RuleConstructor. defaultInstrumentor
Methods in org.jboss.byteman.contrib.dtest that return Instrumentor Modifier and Type Method Description static Instrumentor
RuleConstructor. getDefaultInstrumentor()
Returning value of the previously set defaultInstrumentor
instance.Methods in org.jboss.byteman.contrib.dtest with parameters of type Instrumentor Modifier and Type Method Description RuleConstructor
RuleConstructor. install(Instrumentor instrumentor)
Installing/submitting rule to the Byteman agent via instance of instrumentor.static void
RuleConstructor. setDefaultInstrumentor(Instrumentor instrumentor)
Setting default initialize instance ofInstrumentor
class that will be used whenRuleConstructor.install()
/RuleConstructor.submit()
method is used for the created rule.
You can define this default Instrumentor which could be used whenever the new rule is submitted to the Byteman agent.
null
is permitted thenRuleConstructor.install()
method throws exceptionRuleConstructor
RuleConstructor. submit(Instrumentor instrumentor)
Facade to methodRuleConstructor.install(Instrumentor)
.
-