Package | Description |
---|---|
org.jrd.backend.core | |
org.jrd.frontend.MainFrame |
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction.RequestAction |
AgentRequestAction.RequestAction.returnAction(String act) |
static AgentRequestAction.RequestAction |
AgentRequestAction.RequestAction.valueOf(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,
String hostname,
int listenPort,
AgentRequestAction.RequestAction action) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
String name) |
static AgentRequestAction |
AgentRequestAction.create(VmInfo vmInfo,
String hostname,
int listenPort,
AgentRequestAction.RequestAction action,
String name,
String base64body) |
Modifier and Type | Method and Description |
---|---|
static AgentRequestAction |
VmDecompilerInformationController.createRequest(VmInfo vmInfo,
AgentRequestAction.RequestAction action,
String... commands) |
Copyright © 2020. All Rights Reserved.