Uses of Class
org.jboss.byteman.contrib.dtest.Instrumentor
Packages that use Instrumentor
-
Uses of Instrumentor in org.jboss.byteman.contrib.dtest
Fields in org.jboss.byteman.contrib.dtest with type parameters of type InstrumentorModifier and TypeFieldDescriptionprivate static AtomicReference
<Instrumentor> RuleConstructor.defaultInstrumentor
Methods in org.jboss.byteman.contrib.dtest that return InstrumentorModifier and TypeMethodDescriptionstatic final Instrumentor
RuleConstructor.getDefaultInstrumentor()
Returning value of the previously set defaultInstrumentor
instance.Methods in org.jboss.byteman.contrib.dtest with parameters of type InstrumentorModifier and TypeMethodDescriptionRuleConstructor.install
(Instrumentor instrumentor) Installing/submitting rule to the Byteman agent via instance of instrumentor.static final 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.submit
(Instrumentor instrumentor) Facade to methodRuleConstructor.install(Instrumentor)
.