Modifier and Type | Method and Description |
---|---|
HeapDump |
HeapDumperCommand.execute(VmRef reference) |
VmInformationServiceController |
HeapDumperService.getInformationServiceController(VmRef ref) |
boolean |
HeapDumperService.isApplicableFor(VmRef ref) |
Constructor and Description |
---|
HeapDumpController(VmRef ref,
ApplicationService appService) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
VmInformationController |
UiFacadeFactory.getVmController(VmRef ref) |
VmInformationController |
UiFacadeFactoryImpl.getVmController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
void |
KillVMAction.execute(VmRef reference) |
Modifier and Type | Method and Description |
---|---|
void |
VMContextAction.execute(VmRef referece) |
VmInformationServiceController |
VmInformationService.getInformationServiceController(VmRef ref) |
boolean |
VmInformationService.isApplicableFor(VmRef ref) |
Constructor and Description |
---|
VmInformationController(UiFacadeFactory uiFacadeFactory,
VmRef vmRef) |
Modifier and Type | Method and Description |
---|---|
VmRef |
HostVMArguments.getVM() |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
Collection<HeapInfo> |
HeapDAO.getAllHeapInfo(VmRef vm) |
List<VmClassStat> |
VmClassStatDAO.getLatestClassStats(VmRef ref) |
VmMemoryStat |
VmMemoryStatDAO.getLatestMemoryStat(VmRef ref) |
List<VmCpuStat> |
VmCpuStatDAO.getLatestVmCpuStats(VmRef ref) |
List<VmGcStat> |
VmGcStatDAO.getLatestVmGcStats(VmRef ref) |
List<VmMemoryStat> |
VmMemoryStatDAO.getLatestVmMemoryStats(VmRef vm) |
VmInfo |
VmInfoDAO.getVmInfo(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
VmRef |
HeapInfo.getVm() |
Constructor and Description |
---|
HeapInfo(VmRef vm,
long timestamp) |
Copyright © 2012. All Rights Reserved.