Uses of Enum Class
org.jrd.backend.core.AgentRequestAction.RequestAction
Packages that use AgentRequestAction.RequestAction
-
Uses of AgentRequestAction.RequestAction in org.jrd.backend.core
Subclasses with type arguments of type AgentRequestAction.RequestAction in org.jrd.backend.coreMethods 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 AgentRequestActionAgentRequestAction.create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action) static AgentRequestActionAgentRequestAction.createForLoader(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String classloader) static AgentRequestActionAgentRequestAction.createFromName(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name) static AgentRequestActionAgentRequestAction.createFromNameAndBody(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body) static AgentRequestActionAgentRequestAction.createFromNameAndBodyAndLoader(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body, String base64classloader) static AgentRequestActionAgentRequestAction.createFromNameAndLoader(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String classloader) private StringDecompilerRequestReceiver.getListAction(String hostname, int listenPort, String vmId, int vmPid, AgentRequestAction.RequestAction type) private StringDecompilerRequestReceiver.getListActionLoader(String hostname, int port, String vmId, int vmPid, AgentRequestAction.RequestAction action, String listingClassloader) private StringDecompilerRequestReceiver.getListActionSearch(String hostname, int port, String vmId, int vmPid, AgentRequestAction.RequestAction action, String substringAndRegex, String classloader) private StringDecompilerRequestReceiver.getNoReplyValue(String hostname, int listenPort, String vmId, int vmPid, String argument, AgentRequestAction.RequestAction action) private StringDecompilerRequestReceiver.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 AgentRequestActionDecompilationController.createRequest(AgentRequestAction.RequestAction action, String... commands) static AgentRequestActionDecompilationController.createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands)