Skip navigation links
org.jolokia.jvmagent

Class JvmAgent

    • Method Detail

      • premain

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

        public static void agentmain(String agentArgs,
                                     Instrumentation instrumentation)
        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 © 2019. All rights reserved.