Class Agent


  • public final class Agent
    extends Object
    This is the main entry point for the Deep agent.
    • Method Detail

      • agentmain

        public static void agentmain​(String arg,
                                     Instrumentation inst)
        This is called when the agent is dynamically attached to the VM.
        Parameters:
        arg - the agent args
        inst - a system instrumentation
      • premain

        public static void premain​(String arg,
                                   Instrumentation inst)
        This is called when the agent is attached from the CLI.
        Parameters:
        arg - the agent args
        inst - a system instrumentation
      • startNv

        public static void startNv​(Map<String,​String> args,
                                   Instrumentation inst)
        A common start for NV.
        Parameters:
        args - the NV args
        inst - a system instrumentation