Package org.jrd.backend.core
Class AgentRequestAction
java.lang.Object
org.jrd.backend.core.AgentRequestAction
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AgentRequestActioncreate(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action) static AgentRequestActioncreate(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name) static AgentRequestActioncreate(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body) getParameter(String name) voidsetParameter(String name, String value)
-
Field Details
-
parameters
-
VM_ID_PARAM_NAME
- See Also:
-
VM_PID_PARAM_NAME
- See Also:
-
ACTION_PARAM_NAME
- See Also:
-
HOSTNAME_PARAM_NAME
- See Also:
-
LISTEN_PORT_PARAM_NAME
- See Also:
-
NOT_ATTACHED_PORT
public static final int NOT_ATTACHED_PORT- See Also:
-
CLASS_NAME_PARAM
- See Also:
-
CLASS_TO_OVERWRITE_BODY
- See Also:
-
-
Constructor Details
-
AgentRequestAction
public AgentRequestAction()
-
-
Method Details
-
create
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body) -
create
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name) -
create
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action) -
setParameter
-
getParameter
-