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.check 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 helpersHelperManager.LifecycleDetails a record of a specific helper class tracking the number of installed rules which reference it and referencing a table detailing the lifecycle methods it implements LifeCycleDetails are daisy-chained to ensure that lifecycle processing associated with a superclass are performed automatically as part of a given Helper class's lifecycle processing.Location Specifies a location in a method at which a rule trigger should be insertedLocation.AccessLocation location identifying a generic access trigger pointLocationType 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 codeTransformListener a socket based listener class which reads scripts from stdin and installs them in the current runtimeTransformSet A TransformSet groups together a set of Transform records which share a common classloader, trigger class name (and RuleScript). -
Classes in org.jboss.byteman.agent used by org.jboss.byteman.agent.adapter Class Description RuleScript details of a single rule obtained from a rule file.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.check 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 helpersRuleScript details of a single rule obtained from a rule file. -
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.DefaultAccessEnabler Implementation of AccessEnabler for use in a non-Jigsaw enabled JDK runtime -
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.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 insertedRuleScript details of a single rule obtained from a rule file.