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 AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action)static AgentRequestActionAgentRequestAction. create(VmInfo vmInfo, java.lang.String hostname, int listenPort, AgentRequestAction.RequestAction action, java.lang.String name)static AgentRequestActionAgentRequestAction. 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. vmInfoSetMethods in org.jrd.backend.data that return VmInfo Modifier and Type Method Description VmInfoVmManager. findVmFromPID(java.lang.String param)VmInfoVmManager. 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 VmDecompilerStatusCli. 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 VmInfoVmDecompilerInformationController. vmInfoFields in org.jrd.frontend.MainFrame with type parameters of type VmInfo Modifier and Type Field Description private javax.swing.JList<VmInfo>MainFrameView. localVmListprivate javax.swing.JList<VmInfo>MainFrameView. remoteVmListMethods in org.jrd.frontend.MainFrame with parameters of type VmInfo Modifier and Type Method Description booleanVmDecompilerInformationController.vmArrayList. add(VmInfo vmInfo)static AgentRequestActionVmDecompilerInformationController. createRequest(VmInfo vmInfo, AgentRequestAction.RequestAction action, java.lang.String... commands)(package private) voidMainFrameView. setLocalVmList(VmInfo[] vmInfos)(package private) voidMainFrameView. setRemoteVmList(VmInfo[] vmInfos)private voidMainFrameView. 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 voidVmDecompilerInformationController. clearOtherList(javax.swing.JList<VmInfo> vmList)If selected list is remoteVmList clears localVmList and vice versa.
Effectively merging them into one.private voidMainFrameView. setVmList(javax.swing.JList<VmInfo> vmList, VmInfo[] vmInfos)
-