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 TypeMethodDescriptionAgentRequestAction.RequestAction.fromString
(String s) 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.createForLoader
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String classloader) static AgentRequestAction
AgentRequestAction.createFromName
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name) static AgentRequestAction
AgentRequestAction.createFromNameAndBody
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body) static AgentRequestAction
AgentRequestAction.createFromNameAndBodyAndLoader
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body, String base64classloader) static AgentRequestAction
AgentRequestAction.createFromNameAndLoader
(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String classloader) private String
DecompilerRequestReceiver.getListAction
(String hostname, int listenPort, String vmId, int vmPid, AgentRequestAction.RequestAction type) private String
DecompilerRequestReceiver.getListActionLoader
(String hostname, int port, String vmId, int vmPid, AgentRequestAction.RequestAction action, String listingClassloader) private String
DecompilerRequestReceiver.getListActionSearch
(String hostname, int port, String vmId, int vmPid, AgentRequestAction.RequestAction action, String substringAndRegex, String classloader) private String
DecompilerRequestReceiver.getNoReplyValue
(String hostname, int listenPort, String vmId, int vmPid, String argument, AgentRequestAction.RequestAction action) private String
DecompilerRequestReceiver.getOverwriteAction
(AgentRequestAction.RequestAction action, String hostname, int listenPort, String vmId, int vmPid, String className, String newBody, String classloader) -
Uses of AgentRequestAction.RequestAction in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview 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)