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 class
AgentRequestAction.RequestAction
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_PARAM_NAME
static String
CLASS_TO_DECOMPILE_NAME
static String
CLASS_TO_OVERWRITE_BODY
static String
HOSTNAME_PARAM_NAME
static String
LISTEN_PORT_PARAM_NAME
static int
NOT_ATTACHED_PORT
static String
VM_ID_PARAM_NAME
static String
VM_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 AgentRequestAction
create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action)
static AgentRequestAction
create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name)
static AgentRequestAction
create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body)
String
getParameter(String name)
void
setParameter(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)
-
-