Class AgentInfo

    • Constructor Summary

      Constructors 
      Constructor Description
      AgentInfo​(long connectTimeoutMillis, long readTimeoutMillis)  
    • Constructor Detail

      • AgentInfo

        public AgentInfo​(long connectTimeoutMillis,
                         long readTimeoutMillis)
    • Method Detail

      • getConnectTimeoutMillis

        public long getConnectTimeoutMillis()
        Description copied from interface: AgentInfoMBean
        Returns the connect timeout
        Specified by:
        getConnectTimeoutMillis in interface AgentInfoMBean
        Returns:
        the connect timeout as configured, in milliseconds
      • getReadTimeoutMillis

        public long getReadTimeoutMillis()
        Description copied from interface: AgentInfoMBean
        Returns the read timeout
        Specified by:
        getReadTimeoutMillis in interface AgentInfoMBean
        Returns:
        the read timeout as configured, in milliseconds
      • getTransformers

        public java.lang.String[] getTransformers()
        Description copied from interface: AgentInfoMBean
        Returns the active transformers
        Specified by:
        getTransformers in interface AgentInfoMBean
        Returns:
        the active transformers
      • getTransformedClasses

        public java.lang.String[] getTransformedClasses()
        Description copied from interface: AgentInfoMBean
        Returns the classes that were transformed to enforce global timeout defaults
        Specified by:
        getTransformedClasses in interface AgentInfoMBean
        Returns:
        the classes that were transformed
      • registerTransformedClass

        public void registerTransformedClass​(java.lang.String transformedClassName)
      • registerTransformer

        public void registerTransformer​(java.lang.Class<? extends java.lang.instrument.ClassFileTransformer> transformerClass)