Skip to content

Commit

Permalink
Add javadoc for retrieveCurrentTransforms
Browse files Browse the repository at this point in the history
  • Loading branch information
jessyec-s committed Aug 18, 2020
1 parent c8ea20e commit 16ea4d3
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,11 @@ public interface AgentControllerMXBean {

public void defineEventProbes(String xmlDescription) throws Exception;

/**
* Returns the most recent XML configuration that was successfully applied.
*
* @return an XML snippet of the current configuration.
*/
public String retrieveEventProbes();

public JFRTransformDescriptor[] retrieveCurrentTransforms();
Expand Down

0 comments on commit 16ea4d3

Please sign in to comment.