Class DeepLoader

  • All Implemented Interfaces:
    IDeepLoader

    public class DeepLoader
    extends Object
    implements IDeepLoader
    Custom loader to attach deep to the running process.
    • Constructor Detail

      • DeepLoader

        public DeepLoader()
    • Method Detail

      • load

        public void load​(String pid,
                         String config,
                         String jarPath)
        Description copied from interface: IDeepLoader
        Load the Deep agent into the provided process id.
        Specified by:
        load in interface IDeepLoader
        Parameters:
        pid - the current process id
        config - the config to use
        jarPath - the full path to the jar to load (or null to auto discover the jar)