Interface AgentControllerMXBean

All Known Implementing Classes:
AgentController

public interface AgentControllerMXBean
  • Method Details

    • defineEventProbes

      void defineEventProbes(String xmlDescription) throws Exception
      Reverts all existing instrumentation and then defines a new set of event probes to transform.
      Parameters:
      xmlDescription - the XML snippet describing event probes to transform.
      Throws:
      Exception - thrown when an event probe's specified class can not be retransformed.
    • retrieveEventProbes

      String retrieveEventProbes()
      Returns the most recent XML configuration that was successfully applied.
      Returns:
      an XML snippet of the current configuration.
    • retrieveCurrentTransforms

      JFRTransformDescriptor[] retrieveCurrentTransforms()