public class AgentRequestAction extends Object
Modifier and Type | Class and Description |
---|---|
static class |
AgentRequestAction.RequestAction |
Modifier and Type | Field and 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 and Description |
---|
AgentRequestAction() |
Modifier and Type | Method and 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) |
public static final String VM_ID_PARAM_NAME
public static final String VM_PID_PARAM_NAME
public static final String ACTION_PARAM_NAME
public static final String HOSTNAME_PARAM_NAME
public static final String LISTEN_PORT_PARAM_NAME
public static final int NOT_ATTACHED_PORT
public static final String CLASS_TO_DECOMPILE_NAME
public static final String CLASS_TO_OVERWRITE_BODY
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name, String base64body)
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action, String name)
public static AgentRequestAction create(VmInfo vmInfo, String hostname, int listenPort, AgentRequestAction.RequestAction action)
Copyright © 2019. All Rights Reserved.