Package org.jrd.backend.core
Class AgentLoader
- java.lang.Object
-
- org.jrd.backend.core.AgentLoader
-
public class AgentLoader extends Object
This class contains methods for attaching the agent.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
attach(String vmId, int pid)
This method handles the attach of a decompiler agent to given VM.
-
-
-
Method Detail
-
attach
public int attach(String vmId, int pid)
This method handles the attach of a decompiler agent to given VM.- Parameters:
vmId
- ID of VM to which we attach the agentpid
- PID of the VM- Returns:
- AgentInfo object, if successful, else null
-
-