Package com.intergral.deep.api
Interface IDeepLoader
-
- All Known Implementing Classes:
DeepLoader
public interface IDeepLoader
This is how Deep is to be loaded, default provider is in the 'deep' module.
-
-
Method Summary
All Methods Instance Methods Abstract 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
void load(String pid, String config, String jarPath) throws Throwable
Load the Deep agent into the provided process id.- Parameters:
pid
- the current process idconfig
- the config to usejarPath
- the full path to the jar to load (ornull
to auto discover the jar)- Throws:
Throwable
- if loader fails
-
-