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. instrumentedClassesMethods in org.jboss.byteman.contrib.dtest that return InstrumentedClass Modifier and Type Method Description InstrumentedClassInstrumentor. instrumentClass(java.lang.Class clazz)Add method tracing rules to the specified class.InstrumentedClassInstrumentor. instrumentClass(java.lang.Class clazz, java.lang.String... methodNames)InstrumentedClassInstrumentor. instrumentClass(java.lang.Class clazz, java.util.Set<java.lang.String> methodNames)Add method tracing rules to the specified class.InstrumentedClassInstrumentor. instrumentClass(java.lang.String className, java.lang.String... methodNames)InstrumentedClassInstrumentor. 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,NullPointerExceptionis thrown.private InstrumentedClassInstrumentor. publish(java.lang.String className)Create a local communication endpoint for the the given class.
-