Interface AgentInfoMBean

  • All Known Implementing Classes:
    AgentInfo

    public interface AgentInfoMBean
    Exposes runtime information about the agent using JMX.
    • Method Detail

      • getConnectTimeoutMillis

        long getConnectTimeoutMillis()
        Returns the connect timeout
        Returns:
        the connect timeout as configured, in milliseconds
      • getReadTimeoutMillis

        long getReadTimeoutMillis()
        Returns the read timeout
        Returns:
        the read timeout as configured, in milliseconds
      • getTransformers

        java.lang.String[] getTransformers()
        Returns the active transformers
        Returns:
        the active transformers
      • getTransformedClasses

        java.lang.String[] getTransformedClasses()
        Returns the classes that were transformed to enforce global timeout defaults
        Returns:
        the classes that were transformed