Uses of Class
org.jboss.byteman.contrib.dtest.InstrumentedClass
Packages that use InstrumentedClass
-
Uses of InstrumentedClass in org.jboss.byteman.contrib.dtest
Fields in org.jboss.byteman.contrib.dtest with type parameters of type InstrumentedClassModifier and TypeFieldDescriptionprivate final Map<String, InstrumentedClass> Instrumentor.instrumentedClassesMethods in org.jboss.byteman.contrib.dtest that return InstrumentedClassModifier and TypeMethodDescriptionInstrumentor.instrumentClass(Class clazz) Add method tracing rules to the specified class.Instrumentor.instrumentClass(Class clazz, String... methodNames) Instrumentor.instrumentClass(Class clazz, Set<String> methodNames) Add method tracing rules to the specified class.Instrumentor.instrumentClass(String className, String... methodNames) Instrumentor.instrumentClass(String className, Set<String> methodNames) Add method tracing rules to the specified class name.
If a null set of method names is supplied,NullPointerExceptionis thrown.private InstrumentedClassCreate a local communication endpoint for the the given class.