Package org.jrd.backend.core
Class VmDecompilerStatus
java.lang.Object
org.jrd.backend.core.VmDecompilerStatus
This class stores all information about the state of decompiler plugin on
each VM.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
String[]
getVmId()
void
setHostname
(String hostname) void
setListenPort
(int port) void
setLoadedClassBytes
(String value) void
setLoadedClasses
(ClassInfo[] loadedClassNames) void
-
Field Details
-
vmId
-
hostname
-
listenPort
private int listenPort -
loadedClasses
-
loadedClassBytes
-
-
Constructor Details
-
VmDecompilerStatus
public VmDecompilerStatus()
-
-
Method Details
-
getVmId
-
setVmId
-
getHostname
-
setHostname
-
setListenPort
public void setListenPort(int port) -
getListenPort
public int getListenPort() -
setLoadedClasses
-
getLoadedClassBytes
-
getLoadedClassNames
-
getLoadedClasses
-
setLoadedClassBytes
-