Uses of Class
org.jrd.backend.core.AgentRequestAction
-
Packages that use AgentRequestAction Package Description org.jrd.backend.core org.jrd.frontend.frame.main.decompilerview -
-
Uses of AgentRequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestAction Modifier and Type Method Description static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)
static AgentRequestAction
AgentRequestAction. createForLoader(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String classloader)
static AgentRequestAction
AgentRequestAction. createFromName(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)
static AgentRequestAction
AgentRequestAction. createFromNameAndBody(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String base64body)
static AgentRequestAction
AgentRequestAction. createFromNameAndBodyAndLoader(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String base64body, java.lang.String base64classloader)
static AgentRequestAction
AgentRequestAction. createFromNameAndLoader(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String classloader)
Methods in org.jrd.backend.core with parameters of type AgentRequestAction Modifier and Type Method Description java.lang.String
DecompilerRequestReceiver. processRequest(AgentRequestAction request)
-
Uses of AgentRequestAction in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview that return AgentRequestAction Modifier and Type Method Description private AgentRequestAction
DecompilationController. createRequest(AgentRequestAction.RequestAction action, java.lang.String... commands)
static AgentRequestAction
DecompilationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, java.lang.String... commands)
Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type AgentRequestAction Modifier and Type Method Description (package private) java.lang.String
DecompilationController. submitRequest(AgentRequestAction request)
static java.lang.String
DecompilationController. submitRequest(VmManager vmManager, AgentRequestAction request)
-