Package com.intergral.deep
Class DeepLoader
- java.lang.Object
-
- com.intergral.deep.DeepLoader
-
- All Implemented Interfaces:
IDeepLoader
public class DeepLoader extends Object implements IDeepLoader
Custom loader to attach deep to the running process.
-
-
Constructor Summary
Constructors Constructor Description DeepLoader()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
load(String pid, String config, String jarPath)
Load the Deep agent into the provided process id.
-
-
-
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 interfaceIDeepLoader
- Parameters:
pid
- the current process idconfig
- the config to usejarPath
- the full path to the jar to load (ornull
to auto discover the jar)
-
-