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.defaultInstrumentorMethods in org.jboss.byteman.contrib.dtest that return InstrumentorModifier and TypeMethodDescriptionstatic final InstrumentorRuleConstructor.getDefaultInstrumentor()Returning value of the previously set defaultInstrumentorinstance.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 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 exceptionRuleConstructor.submit(Instrumentor instrumentor) Facade to methodRuleConstructor.install(Instrumentor).