Uses of Class
org.jrd.backend.core.AgentRequestAction
Packages that use AgentRequestAction
-
Uses of AgentRequestAction in org.jrd.backend.core
Methods in org.jrd.backend.core that return AgentRequestActionModifier 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) Methods in org.jrd.backend.core with parameters of type AgentRequestActionModifier and TypeMethodDescriptionDecompilerRequestReceiver.processRequest(AgentRequestAction request) -
Uses of AgentRequestAction in org.jrd.frontend.frame.main.decompilerview
Methods in org.jrd.frontend.frame.main.decompilerview that return AgentRequestActionModifier and TypeMethodDescriptionprivate AgentRequestActionDecompilationController.createRequest(AgentRequestAction.RequestAction action, String... commands) static AgentRequestActionDecompilationController.createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, String... commands) Methods in org.jrd.frontend.frame.main.decompilerview with parameters of type AgentRequestActionModifier and TypeMethodDescription(package private) StringDecompilationController.submitRequest(AgentRequestAction request) static StringDecompilationController.submitRequest(VmManager vmManager, AgentRequestAction request)