Uses of Class
org.jrd.backend.core.AgentRequestAction
-
Packages that use AgentRequestAction Package Description org.jrd.backend.core org.jrd.frontend.frame.main -
-
Uses of AgentRequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestAction Modifier and Type Method Description static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String base64body)Methods in org.jrd.backend.core with parameters of type AgentRequestAction Modifier and Type Method Description java.lang.StringDecompilerRequestReceiver. processRequest(AgentRequestAction request) -
Uses of AgentRequestAction in org.jrd.frontend.frame.main
Methods in org.jrd.frontend.frame.main that return AgentRequestAction Modifier and Type Method Description private AgentRequestActionDecompilationController. createRequest(AgentRequestAction.RequestAction action, java.lang.String... commands)static AgentRequestActionDecompilationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, java.lang.String... commands)Methods in org.jrd.frontend.frame.main with parameters of type AgentRequestAction Modifier and Type Method Description (package private) java.lang.StringDecompilationController. submitRequest(AgentRequestAction request)static java.lang.StringDecompilationController. submitRequest(VmManager vmManager, AgentRequestAction request)
-