Package org.jrd.backend.core
Class AgentRequestAction
- java.lang.Object
-
- org.jrd.backend.core.AgentRequestAction
-
public class AgentRequestAction extends Object
- Author:
- pmikova
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAgentRequestAction.RequestAction
-
Field Summary
Fields Modifier and Type Field Description static StringACTION_PARAM_NAMEstatic StringCLASS_TO_DECOMPILE_NAMEstatic StringCLASS_TO_OVERWRITE_BODYstatic StringHOSTNAME_PARAM_NAMEstatic StringLISTEN_PORT_PARAM_NAMEstatic intNOT_ATTACHED_PORTstatic StringVM_ID_PARAM_NAMEstatic StringVM_PID_PARAM_NAME
-
Constructor Summary
Constructors Constructor Description AgentRequestAction()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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)StringgetParameter(String name)voidsetParameter(String name, String value)
-
-
-
Field Detail
-
VM_ID_PARAM_NAME
public static final String VM_ID_PARAM_NAME
- See Also:
- Constant Field Values
-
VM_PID_PARAM_NAME
public static final String VM_PID_PARAM_NAME
- See Also:
- Constant Field Values
-
ACTION_PARAM_NAME
public static final String ACTION_PARAM_NAME
- See Also:
- Constant Field Values
-
HOSTNAME_PARAM_NAME
public static final String HOSTNAME_PARAM_NAME
- See Also:
- Constant Field Values
-
LISTEN_PORT_PARAM_NAME
public static final String LISTEN_PORT_PARAM_NAME
- See Also:
- Constant Field Values
-
NOT_ATTACHED_PORT
public static final int NOT_ATTACHED_PORT
- See Also:
- Constant Field Values
-
CLASS_TO_DECOMPILE_NAME
public static final String CLASS_TO_DECOMPILE_NAME
- See Also:
- Constant Field Values
-
CLASS_TO_OVERWRITE_BODY
public static final String CLASS_TO_OVERWRITE_BODY
- See Also:
- Constant Field Values
-
-
Method Detail
-
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)
-
-