Uses of Package
org.jboss.byteman.agent
-
Packages that use org.jboss.byteman.agent Package Description org.jboss.byteman.agent org.jboss.byteman.agent.adapter org.jboss.byteman.jigsaw org.jboss.byteman.rule -
Classes in org.jboss.byteman.agent used by org.jboss.byteman.agent Class Description AccessEnabler interface encapsulating behaviour required both to check for the need to access a member reflectively and to ensure that the member can be so used.AccessibleConstructorInvoker Created by adinn on 01/11/16.AccessibleFieldGetter Created by adinn on 01/11/16.AccessibleFieldSetter Created by adinn on 01/11/16.AccessibleMethodInvoker Created by adinn on 01/11/16.HelperManager class used to manage lifecycle events for rule helpersLocation Specifies a location in a method at which a rule trigger should be insertedLocationType enum categorizing types of locations at which rule triggers can be insertedRetransformer byte code transformer used to introduce byteman events into JBoss codeRuleScript details of a single rule obtained from a rule file.ScriptRepository Class to manage indexing and lookup of rule scripts by rule name and by either class or interface nameTransform record of a specific bytecode transformation applied by the byteman agent for a given trigger classTransformContext Class used to localise the context information employed when creating a rule from a rule script and using it to transform a methodTransformer byte code transformer used to introduce byteman events into JBoss codeTransformSet A TransformSet groups together a set of Transform records which share a common classloader and trigger class name. -
Classes in org.jboss.byteman.agent used by org.jboss.byteman.agent.adapter Class Description TransformContext Class used to localise the context information employed when creating a rule from a rule script and using it to transform a method -
Classes in org.jboss.byteman.agent used by org.jboss.byteman.jigsaw Class Description AccessEnabler interface encapsulating behaviour required both to check for the need to access a member reflectively and to ensure that the member can be so used.AccessibleConstructorInvoker Created by adinn on 01/11/16.AccessibleFieldGetter Created by adinn on 01/11/16.AccessibleFieldSetter Created by adinn on 01/11/16.AccessibleMethodInvoker Created by adinn on 01/11/16. -
Classes in org.jboss.byteman.agent used by org.jboss.byteman.rule Class Description AccessEnabler interface encapsulating behaviour required both to check for the need to access a member reflectively and to ensure that the member can be so used.HelperManager class used to manage lifecycle events for rule helpersLocation Specifies a location in a method at which a rule trigger should be insertedRuleScript details of a single rule obtained from a rule file.