Package | Description |
---|---|
org.jrd.backend.core | |
org.jrd.frontend.MainFrame |
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction.RequestAction |
AgentRequestAction.RequestAction.returnAction(java.lang.String act) |
static AgentRequestAction.RequestAction |
AgentRequestAction.RequestAction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AgentRequestAction.RequestAction[] |
AgentRequestAction.RequestAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
java.lang.String name) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
java.lang.String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
java.lang.String name,
java.lang.String base64body) |
Modifier and Type | Method and Description |
---|---|
private AgentRequestAction |
VmDecompilerInformationController.createRequest(AgentRequestAction.RequestAction action,
java.lang.String... commands) |
static AgentRequestAction |
VmDecompilerInformationController.createRequest(VmInfo vmInfo,
AgentRequestAction.RequestAction action,
java.lang.String... commands) |