Uses of Class
org.jrd.backend.core.AgentRequestAction.RequestAction
-
Packages that use AgentRequestAction.RequestAction Package Description org.jrd.backend.core org.jrd.frontend.frame.main -
-
Uses of AgentRequestAction.RequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestAction.RequestAction Modifier and Type Method Description private static AgentRequestAction.RequestActionAgentRequestAction.RequestAction. fromInt(int action)static AgentRequestAction.RequestActionAgentRequestAction.RequestAction. fromString(java.lang.String s)static AgentRequestAction.RequestActionAgentRequestAction.RequestAction. returnAction(java.lang.String act)static AgentRequestAction.RequestActionAgentRequestAction.RequestAction. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AgentRequestAction.RequestAction[]AgentRequestAction.RequestAction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jrd.backend.core with parameters of type AgentRequestAction.RequestAction 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)private java.lang.StringDecompilerRequestReceiver. getListAction(java.lang.String hostname, int listenPort, java.lang.String vmId, int vmPid, AgentRequestAction.RequestAction type)private java.lang.StringDecompilerRequestReceiver. getNoReplyValue(java.lang.String hostname, int listenPort, java.lang.String vmId, int vmPid, java.lang.String argument, AgentRequestAction.RequestAction action) -
Uses of AgentRequestAction.RequestAction in org.jrd.frontend.frame.main
Methods in org.jrd.frontend.frame.main with parameters of type AgentRequestAction.RequestAction 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)
-