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 voidload(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:IDeepLoaderLoad the Deep agent into the provided process id.- Specified by:
loadin interfaceIDeepLoader- Parameters:
pid- the current process idconfig- the config to usejarPath- the full path to the jar to load (ornullto auto discover the jar)
-
-