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. defaultInstrumentorMethods in org.jboss.byteman.contrib.dtest that return Instrumentor Modifier and Type Method Description static InstrumentorRuleConstructor. getDefaultInstrumentor()Returning value of the previously set defaultInstrumentorinstance.Methods in org.jboss.byteman.contrib.dtest with parameters of type Instrumentor Modifier and Type Method Description RuleConstructorRuleConstructor. install(Instrumentor instrumentor)Installing/submitting rule to the Byteman agent via instance of instrumentor.static voidRuleConstructor. setDefaultInstrumentor(Instrumentor instrumentor)Setting default initialize instance ofInstrumentorclass 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.
nullis permitted thenRuleConstructor.install()method throws exceptionRuleConstructorRuleConstructor. submit(Instrumentor instrumentor)Facade to methodRuleConstructor.install(Instrumentor).
-