Uses of Class
org.jboss.byteman.contrib.dtest.InstrumentedClass
-
Packages that use InstrumentedClass Package Description org.jboss.byteman.contrib.dtest -
-
Uses of InstrumentedClass in org.jboss.byteman.contrib.dtest
Fields in org.jboss.byteman.contrib.dtest with type parameters of type InstrumentedClass Modifier and Type Field Description private java.util.Map<java.lang.String,InstrumentedClass>
Instrumentor. instrumentedClasses
Methods in org.jboss.byteman.contrib.dtest that return InstrumentedClass Modifier and Type Method Description InstrumentedClass
Instrumentor. instrumentClass(java.lang.Class clazz)
Add method tracing rules to the specified class.InstrumentedClass
Instrumentor. instrumentClass(java.lang.Class clazz, java.lang.String... methodNames)
InstrumentedClass
Instrumentor. instrumentClass(java.lang.Class clazz, java.util.Set<java.lang.String> methodNames)
Add method tracing rules to the specified class.InstrumentedClass
Instrumentor. instrumentClass(java.lang.String className, java.lang.String... methodNames)
InstrumentedClass
Instrumentor. instrumentClass(java.lang.String className, java.util.Set<java.lang.String> methodNames)
Add method tracing rules to the specified class name.
If a null set of method names is supplied,NullPointerException
is thrown.private InstrumentedClass
Instrumentor. publish(java.lang.String className)
Create a local communication endpoint for the the given class.
-