Uses of Class
org.jrd.backend.core.AgentRequestAction
-
Packages that use AgentRequestAction Package Description org.jrd.backend.core org.jrd.frontend.MainFrame -
-
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, String hostname, int listenPort, AgentRequestAction.RequestAction action)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body)Methods in org.jrd.backend.core with parameters of type AgentRequestAction Modifier and Type Method Description StringDecompilerRequestReceiver. processRequest(AgentRequestAction request) -
Uses of AgentRequestAction in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame that return AgentRequestAction Modifier and Type Method Description static AgentRequestActionVmDecompilerInformationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands)Methods in org.jrd.frontend.MainFrame with parameters of type AgentRequestAction Modifier and Type Method Description static StringVmDecompilerInformationController. submitRequest(VmManager vmManager, AgentRequestAction request)
-