Package com.intergral.deep.agent
Class AgentImpl
- java.lang.Object
-
- com.intergral.deep.agent.AgentImpl
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object
awaitLoadAPI()
await the load of the dep api.static Object
loadDeepAPI()
Load the deep API to be used outside the agent.static void
startup(Instrumentation inst, Map<String,String> args)
Start the deep agent.
-
-
-
Method Detail
-
startup
public static void startup(Instrumentation inst, Map<String,String> args)
Start the deep agent.- Parameters:
inst
- the instrumentation objectargs
- the agent arguments
-
awaitLoadAPI
public static Object awaitLoadAPI() throws InterruptedException
await the load of the dep api.- Returns:
- the loaded api object
- Throws:
InterruptedException
- if interupted
-
-