org.jolokia.jvmagent

Class JvmAgent

    • Method Detail

      • premain

        public static void premain(String agentArgs)
        Entry point for the agent, using command line attach (that is via -javagent command line argument)
        Parameters:
        agentArgs - arguments as given on the command line
      • agentmain

        public static void agentmain(String agentArgs)
        Entry point for the agent, using dynamic attach (this is post VM initialisation attachment, via com.sun.attach)
        Parameters:
        agentArgs - arguments as given on the command line

Copyright © 2014. All Rights Reserved.