| Modifier and Type | Method and Description |
|---|---|
boolean |
LivingVMFilter.matches(VmRef ref) |
| Modifier and Type | Method and Description |
|---|---|
VmInformationServiceController |
HeapDumperService.getInformationServiceController(VmRef ref) |
| Constructor and Description |
|---|
HeapDumpController(VmRef ref,
ApplicationService appService) |
| Modifier and Type | Method and Description |
|---|---|
void |
HeapDumperCommand.execute(VmRef reference,
Runnable heapDumpCompleteAction) |
| Modifier and Type | Method and Description |
|---|---|
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 |
AlwaysMatchFilter.matches(VmRef ref) |
boolean |
VmFilter.matches(VmRef toMatch) |
| Modifier and Type | Method and Description |
|---|---|
VmInformationController |
UiFacadeFactory.getVmController(VmRef ref) |
boolean |
HostVmFilter.matches(VmRef toMatch) |
| Constructor and Description |
|---|
VmInformationController(UiFacadeFactory uiFacadeFactory,
VmRef vmRef) |
| Modifier and Type | Method and Description |
|---|---|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
| 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,
long since) |
VmMemoryStat |
VmMemoryStatDAO.getLatestMemoryStat(VmRef ref) |
List<VmCpuStat> |
VmCpuStatDAO.getLatestVmCpuStats(VmRef ref,
long since) |
List<VmGcStat> |
VmGcStatDAO.getLatestVmGcStats(VmRef ref,
long since) |
List<VmMemoryStat> |
VmMemoryStatDAO.getLatestVmMemoryStats(VmRef vm,
long since) |
VmInfo |
VmInfoDAO.getVmInfo(VmRef ref) |
| Modifier and Type | Method and Description |
|---|---|
ThreadCollector |
ThreadCollectorFactory.getCollector(VmRef reference) |
| Modifier and Type | Method and Description |
|---|---|
ThreadCollector |
ThreadCollectorFactoryImpl.getCollector(VmRef reference) |
| Constructor and Description |
|---|
ThreadMXBeanCollector(VmRef ref) |
| Modifier and Type | Method and Description |
|---|---|
VmInformationServiceController |
ThreadInformationService.getInformationServiceController(VmRef ref) |
| Constructor and Description |
|---|
ThreadInformationController(VmRef ref,
ApplicationService appService,
ThreadCollectorFactory collectorFactory,
ThreadViewProvider viewFactory) |
| Modifier and Type | Method and Description |
|---|---|
VMThreadCapabilities |
ThreadDao.loadCapabilities(VmRef ref) |
ThreadSummary |
ThreadDao.loadLastestSummary(VmRef ref) |
List<ThreadSummary> |
ThreadDao.loadSummary(VmRef ref,
long since) |
List<ThreadInfoData> |
ThreadDao.loadThreadInfo(VmRef ref,
long since) |
| Modifier and Type | Method and Description |
|---|---|
VMThreadCapabilities |
ThreadDaoImpl.loadCapabilities(VmRef vm) |
ThreadSummary |
ThreadDaoImpl.loadLastestSummary(VmRef ref) |
List<ThreadSummary> |
ThreadDaoImpl.loadSummary(VmRef ref,
long since) |
List<ThreadInfoData> |
ThreadDaoImpl.loadThreadInfo(VmRef ref,
long since) |
| Constructor and Description |
|---|
MXBeanConnector(VmRef reference) |
Copyright © 2012. All Rights Reserved.