Uses of Enum Class
org.jrd.backend.core.AgentRequestAction.RequestAction
Packages that use AgentRequestAction.RequestAction
-
Uses of AgentRequestAction.RequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestAction.RequestActionModifier and TypeMethodDescriptionprivate static AgentRequestAction.RequestAction
AgentRequestAction.RequestAction.fromInt
(int action) AgentRequestAction.RequestAction.fromString
(String s) AgentRequestAction.RequestAction.returnAction
(String act) Returns the enum constant of this class with the specified name.static AgentRequestAction.RequestAction[]
AgentRequestAction.RequestAction.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jrd.backend.core with parameters of type AgentRequestAction.RequestActionModifier and TypeMethodDescriptionstatic AgentRequestAction
AgentRequestAction.create
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action) static AgentRequestAction
AgentRequestAction.create
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name) static AgentRequestAction
AgentRequestAction.create
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body) private String
DecompilerRequestReceiver.getListAction
(String hostname, int listenPort, String vmId, int vmPid, AgentRequestAction.RequestAction type) private String
DecompilerRequestReceiver.getNoReplyValue
(String hostname, int listenPort, String vmId, int vmPid, 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.RequestActionModifier and TypeMethodDescriptionprivate AgentRequestAction
DecompilationController.createRequest
(AgentRequestAction.RequestAction action, String... commands) static AgentRequestAction
DecompilationController.createRequest
(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands)