Interface ServiceMonitoringControl


public interface ServiceMonitoringControl
Author:
Michael C. Han
  • Method Details

    • addServiceClass

      void addServiceClass(String className)
    • addServiceClassMethod

      void addServiceClassMethod(String className, String methodName, String[] parameterTypes)
    • getServiceClasses

      Set<String> getServiceClasses()
    • getServiceClassMethods

      Set<MethodSignature> getServiceClassMethods()
    • isInclusiveMode

      boolean isInclusiveMode()
    • setInclusiveMode

      void setInclusiveMode(boolean inclusiveMode)