Uses of Class
org.jrd.backend.data.VmInfo
-
Packages that use VmInfo Package Description org.jrd.backend.core org.jrd.backend.data org.jrd.frontend.MainFrame -
-
Uses of VmInfo in org.jrd.backend.core
Methods in org.jrd.backend.core with parameters of type VmInfo Modifier and Type Method 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)
-
Uses of VmInfo in org.jrd.backend.data
Fields in org.jrd.backend.data with type parameters of type VmInfo Modifier and Type Field Description private java.util.HashSet<VmInfo>
VmManager. vmInfoSet
Methods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description VmInfo
VmManager. findVmFromPID(java.lang.String param)
VmInfo
VmManager. getVmInfoByID(java.lang.String VmId)
Methods in org.jrd.backend.data that return types with arguments of type VmInfo Modifier and Type Method Description java.util.HashSet<VmInfo>
VmManager. getVmInfoSet()
Methods in org.jrd.backend.data with parameters of type VmInfo Modifier and Type Method Description private static VmDecompilerStatus
Cli. obtainClass(VmInfo vmInfo, java.lang.String clazz, VmManager manager)
-
Uses of VmInfo in org.jrd.frontend.MainFrame
Fields in org.jrd.frontend.MainFrame declared as VmInfo Modifier and Type Field Description private VmInfo
VmDecompilerInformationController. vmInfo
Fields in org.jrd.frontend.MainFrame with type parameters of type VmInfo Modifier and Type Field Description private javax.swing.JList<VmInfo>
MainFrameView. localVmList
private javax.swing.JList<VmInfo>
MainFrameView. remoteVmList
Methods in org.jrd.frontend.MainFrame with parameters of type VmInfo Modifier and Type Method 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)
Method parameters in org.jrd.frontend.MainFrame with type arguments of type VmInfo Modifier and Type Method 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)
-