Uses of Class
org.jrd.backend.core.AgentRequestAction.RequestAction
-
Packages that use AgentRequestAction.RequestAction Package Description org.jrd.backend.core org.jrd.frontend.MainFrame -
-
Uses of AgentRequestAction.RequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestAction.RequestAction Modifier and Type Method Description static AgentRequestAction.RequestAction
AgentRequestAction.RequestAction. returnAction(java.lang.String act)
static AgentRequestAction.RequestAction
AgentRequestAction.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 AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)
static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)
static AgentRequestAction
AgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name, java.lang.String base64body)
-
Uses of AgentRequestAction.RequestAction in org.jrd.frontend.MainFrame
Methods in org.jrd.frontend.MainFrame with parameters of type AgentRequestAction.RequestAction Modifier and Type Method Description private AgentRequestAction
VmDecompilerInformationController. createRequest(AgentRequestAction.RequestAction action, java.lang.String... commands)
static AgentRequestAction
VmDecompilerInformationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, java.lang.String... commands)
-