public class JooqClassifier extends Object implements co.paralleluniverse.fibers.instrument.SuspendableClassifier
Given classes and methodRegexps, Instrumenting all the extending methods in the scope of given package prefix.
Constructor and Description |
---|
JooqClassifier() |
Modifier and Type | Method and Description |
---|---|
co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType |
isSuspendable(co.paralleluniverse.fibers.instrument.MethodDatabase db,
String sourceName,
String sourceDebugInfo,
boolean isInterface,
String className,
String superClassName,
String[] interfaces,
String methodName,
String methodDesc,
String methodSignature,
String[] methodExceptions) |
public co.paralleluniverse.fibers.instrument.MethodDatabase.SuspendableType isSuspendable(co.paralleluniverse.fibers.instrument.MethodDatabase db, String sourceName, String sourceDebugInfo, boolean isInterface, String className, String superClassName, String[] interfaces, String methodName, String methodDesc, String methodSignature, String[] methodExceptions)
isSuspendable
in interface co.paralleluniverse.fibers.instrument.SuspendableClassifier