Uses of Class
org.jrd.backend.data.cli.utils.AgentConfig
-
Packages that use AgentConfig Package Description org.jrd.backend.core org.jrd.backend.data.cli org.jrd.backend.data.cli.utils org.jrd.backend.data.cli.workers org.jrd.frontend.frame.main -
-
Uses of AgentConfig in org.jrd.backend.core
Methods in org.jrd.backend.core with parameters of type AgentConfig Modifier and Type Method Description intAgentLoader. attach(int pid, AgentConfig aconf)This method handles the attachment of a decompiler agent to given VM.VmDecompilerStatusAgentAttachManager. attachAgentToVm(java.lang.String vmId, int vmPid, AgentConfig agntConfig)static intAgentLoader. attachImpl(int pid, AgentConfig aconf) -
Uses of AgentConfig in org.jrd.backend.data.cli
Fields in org.jrd.backend.data.cli declared as AgentConfig Modifier and Type Field Description private AgentConfigCli. currentAgent -
Uses of AgentConfig in org.jrd.backend.data.cli.utils
Methods in org.jrd.backend.data.cli.utils that return AgentConfig Modifier and Type Method Description static AgentConfigAgentConfig. create(java.util.List<java.lang.String> agentArgs, boolean session)static AgentConfigAgentConfig. getAnnonymousForcingPermanentAgent()static AgentConfigAgentConfig. getDefaultSinglePermanentAgent() -
Uses of AgentConfig in org.jrd.backend.data.cli.workers
Methods in org.jrd.backend.data.cli.workers with parameters of type AgentConfig Modifier and Type Method Description VmInfoAttachDetach. attach(AgentConfig agntConfig) -
Uses of AgentConfig in org.jrd.frontend.frame.main
Methods in org.jrd.frontend.frame.main with parameters of type AgentConfig Modifier and Type Method Description static intNewAgentDialog. manualAttach(java.awt.Component parent, AgentConfig aconf, int targetPid, boolean gui, BytemanCompanion caller)
-