| Package | Description |
|---|---|
| org.jrd.backend.core | |
| org.jrd.backend.data | |
| org.jrd.frontend.MainFrame |
| 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 | Field and Description |
|---|---|
private java.util.HashSet<VmInfo> |
VmManager.vmInfoSet |
| Modifier and Type | Method and Description |
|---|---|
VmInfo |
VmManager.findVmFromPID(java.lang.String param) |
VmInfo |
VmManager.getVmInfoByID(java.lang.String VmId) |
| Modifier and Type | Method and Description |
|---|---|
java.util.HashSet<VmInfo> |
VmManager.getVmInfoSet() |
| Modifier and Type | Method and Description |
|---|---|
private static VmDecompilerStatus |
Cli.obtainClass(VmInfo vmInfo,
java.lang.String clazz,
VmManager manager) |
| Modifier and Type | Field and Description |
|---|---|
private VmInfo |
VmDecompilerInformationController.vmInfo |
| Modifier and Type | Field and Description |
|---|---|
private javax.swing.JList<VmInfo> |
MainFrameView.localVmList |
private javax.swing.JList<VmInfo> |
MainFrameView.remoteVmList |
| Modifier and Type | Method and Description |
|---|---|
boolean |
VmDecompilerInformationController.vmArrayList.add(VmInfo vmInfo) |
static AgentRequestAction |
VmDecompilerInformationController.createRequest(VmInfo vmInfo,
AgentRequestAction.RequestAction action,
java.lang.String... commands) |
(package private) void |
MainFrameView.setLocalVmList(VmInfo[] vmInfos) |
(package private) void |
MainFrameView.setRemoteVmList(VmInfo[] vmInfos) |
private void |
MainFrameView.setVmList(javax.swing.JList<VmInfo> vmList,
VmInfo[] vmInfos) |
| Modifier and Type | Method and Description |
|---|---|
private void |
VmDecompilerInformationController.clearOtherList(javax.swing.JList<VmInfo> vmList)
If selected list is remoteVmList clears localVmList and vice versa.
Effectively merging them into one. |
private void |
MainFrameView.setVmList(javax.swing.JList<VmInfo> vmList,
VmInfo[] vmInfos) |