public class EmptyRuntimeMonitor extends java.lang.Object implements IRuntimeMonitor
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addMemoryAndCheck(long memory) |
void |
addUnitCount(int count) |
void |
checkAddBeCount(int count) |
void |
checkAddBoxCeCount(int count) |
void |
checkAddUnitCount(int count,
int memoryPerUnit) |
void |
checkPoint() |
IRuntimeInfo |
getCurrentRuntimeInfo() |
ReportStatus |
getCurrentSessionStatus() |
static EmptyRuntimeMonitor |
getInstance() |
void |
setCurrentSessionStatus(ReportStatus status) |
public static EmptyRuntimeMonitor getInstance()
public void checkAddBoxCeCount(int count)
checkAddBoxCeCount 在接口中 IRuntimeMonitorpublic void checkAddUnitCount(int count,
int memoryPerUnit)
checkAddUnitCount 在接口中 IRuntimeMonitorpublic void addUnitCount(int count)
addUnitCount 在接口中 IRuntimeMonitorpublic void addMemoryAndCheck(long memory)
addMemoryAndCheck 在接口中 IRuntimeMonitorpublic IRuntimeInfo getCurrentRuntimeInfo()
getCurrentRuntimeInfo 在接口中 IRuntimeMonitorpublic void checkPoint()
checkPoint 在接口中 IRuntimeMonitorpublic void checkAddBeCount(int count)
checkAddBeCount 在接口中 IRuntimeMonitorpublic void setCurrentSessionStatus(ReportStatus status)
setCurrentSessionStatus 在接口中 IRuntimeMonitorpublic ReportStatus getCurrentSessionStatus()
getCurrentSessionStatus 在接口中 IRuntimeMonitor