Modifier and Type | Method and Description |
---|---|
VmRef |
HostVMArguments.getVM() |
Modifier and Type | Method and Description |
---|---|
List<? extends TimeStampedPojo> |
VMStatPrintDelegate.getLatestStats(VmRef ref,
long timeStampSince)
Returns statistics gathered by this plug-in newer than the specified
time stamp.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LivingVMFilter.matches(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
DeadVMDecoratorProvider.getFilter() |
Filter<VmRef> |
LivingVMDecoratorProvider.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainWindow.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader hostsVMsLoader) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
void |
MainView.updateTree(List<Filter<HostRef>> hostFilters,
List<Filter<VmRef>> vmFilters,
List<DecoratorProvider<HostRef>> hostDecorators,
List<DecoratorProvider<VmRef>> vmDecorators,
HostsVMsLoader any) |
Modifier and Type | Method and Description |
---|---|
List<InformationService<VmRef>> |
InformationServiceTracker.getVmInformationServices() |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VMContextAction.getFilter()
The
Filter returned by this method is used to select what VMs
this VMContextAction is applicable to. |
Modifier and Type | Method and Description |
---|---|
void |
VMContextAction.execute(VmRef reference)
Invoked when the user selects this
VMContextAction . |
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider) |
Constructor and Description |
---|
VmInformationController(List<InformationService<VmRef>> vmInfoServices,
VmRef vmRef,
VmInformationViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
void |
GCRequest.sendGCRequestToAgent(VmRef vm,
AgentInfoDAO agentDAO,
RequestResponseListener responseListener) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
KillVMAction.getFilter() |
Modifier and Type | Method and Description |
---|---|
void |
KillVMAction.execute(VmRef reference) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
HostsVMsLoader.getVMs(HostRef host) |
Collection<VmRef> |
DefaultHostsVMsLoader.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
protected Query<T> |
VmLatestPojoListGetter.buildQuery(VmRef vmRef,
long since) |
List<T> |
VmLatestPojoListGetter.getLatest(VmRef vmRef,
long since) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
VmInfoDAO.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDAO.getVmInfo(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
Collection<VmRef> |
VmInfoDAOImpl.getVMs(HostRef host) |
Modifier and Type | Method and Description |
---|---|
VmInfo |
VmInfoDAOImpl.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(org.osgi.framework.BundleContext context,
VmRef ref) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
ThreadInformationServiceImpl.getFilter() |
InformationServiceController<VmRef> |
ThreadInformationServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
ThreadInformationServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
ThreadInformationController(VmRef ref,
ApplicationService appService,
VmInfoDAO vmInfoDao,
ThreadCollectorFactory collectorFactory,
ThreadViewProvider viewFactory) |
Modifier and Type | Method and Description |
---|---|
ThreadHarvestingStatus |
ThreadDao.getLatestHarvestingStatus(VmRef vm) |
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 |
---|---|
ThreadHarvestingStatus |
ThreadDaoImpl.getLatestHarvestingStatus(VmRef vm) |
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) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmClassStatServiceImpl.getFilter() |
InformationServiceController<VmRef> |
VmClassStatServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
VmClassStatServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
VmClassStatController(ApplicationService appSvc,
VmClassStatDAO vmClassStatDao,
VmRef ref,
VmClassStatViewProvider viewProvider) |
Modifier and Type | Method and Description |
---|---|
List<VmClassStat> |
VmClassStatDAO.getLatestClassStats(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
List<? extends TimeStampedPojo> |
VmCpuStatPrintDelegate.getLatestStats(VmRef ref,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmCpuServiceImpl.getFilter() |
InformationServiceController<VmRef> |
VmCpuServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
VmCpuServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
VmCpuController(ApplicationService appSvc,
VmCpuStatDAO vmCpuStatDao,
VmRef ref,
VmCpuViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<VmCpuStat> |
VmCpuStatDAO.getLatestVmCpuStats(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
List<VmCpuStat> |
VmCpuStatDAOImpl.getLatestVmCpuStats(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmGcServiceImpl.getFilter() |
InformationServiceController<VmRef> |
VmGcServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
VmGcServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
VmGcController(ApplicationService appSvc,
VmMemoryStatDAO vmMemoryStatDao,
VmGcStatDAO vmGcStatDao,
VmRef ref,
VmGcViewProvider provider) |
Modifier and Type | Method and Description |
---|---|
List<VmGcStat> |
VmGcStatDAO.getLatestVmGcStats(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
List<VmGcStat> |
VmGcStatDAOImpl.getLatestVmGcStats(VmRef ref,
long since) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
HeapDumperServiceImpl.getFilter() |
InformationServiceController<VmRef> |
HeapDumperServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
HeapDumperServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
HeapDumpController(VmMemoryStatDAO vmMemoryStatDao,
VmInfoDAO vmInfoDao,
HeapDAO heapDao,
VmRef ref,
ApplicationService appService,
HeapViewProvider viewProvider,
HeapDumpDetailsViewProvider detailsViewProvider,
HeapHistogramViewProvider histogramProvider,
ObjectDetailsViewProvider objectDetailsProvider,
ObjectRootsViewProvider objectRootsProvider) |
HeapDumper(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
void |
DumpHeapHelper.execute(AgentInfoDAO agentInfoDAO,
VmRef reference,
RequestQueue queue,
Runnable heapDumpSuccessAction,
Runnable heapDumpFailureAction) |
Modifier and Type | Method and Description |
---|---|
Collection<HeapInfo> |
HeapDAO.getAllHeapInfo(VmRef vm) |
Modifier and Type | Method and Description |
---|---|
Collection<HeapInfo> |
HeapDAOImpl.getAllHeapInfo(VmRef vm) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
JmxNotificationsViewServiceImpl.getFilter() |
InformationServiceController<VmRef> |
JmxNotificationsViewServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
JmxNotificationsViewServiceImpl.getInformationServiceController(VmRef ref) |
void |
JmxToggleNotificationRequest.sendEnableNotificationsRequestToAgent(VmRef vm,
AgentInfoDAO agentDAO,
boolean enable,
RequestResponseListener responseListener) |
Constructor and Description |
---|
JmxNotificationsViewController(AgentInfoDAO agent,
JmxNotificationDAO notification,
TimerFactory timerFactory,
RequestQueue queue,
JmxNotificationsViewProvider viewProvider,
VmRef vmId) |
Modifier and Type | Method and Description |
---|---|
JmxNotificationStatus |
JmxNotificationDAO.getLatestNotificationStatus(VmRef statusFor) |
List<JmxNotification> |
JmxNotificationDAO.getNotifications(VmRef notificationsFor,
long timeStampSince) |
Modifier and Type | Method and Description |
---|---|
JmxNotificationStatus |
JmxNotificationDAOImpl.getLatestNotificationStatus(VmRef statusFor) |
List<JmxNotification> |
JmxNotificationDAOImpl.getNotifications(VmRef notificationsFor,
long timeStampSince) |
Modifier and Type | Method and Description |
---|---|
List<? extends TimeStampedPojo> |
VmMemoryStatPrintDelegate.getLatestStats(VmRef ref,
long timestamp) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
MemoryStatsServiceImpl.getFilter() |
InformationServiceController<VmRef> |
MemoryStatsServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
MemoryStatsServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
MemoryStatsController(ApplicationService appSvc,
VmInfoDAO vmInfoDao,
VmMemoryStatDAO vmMemoryStatDao,
VmRef ref,
MemoryStatsViewProvider viewProvider,
AgentInfoDAO agentDAO,
GCRequest gcRequest) |
Modifier and Type | Method and Description |
---|---|
VmMemoryStat |
VmMemoryStatDAO.getLatestMemoryStat(VmRef ref) |
List<VmMemoryStat> |
VmMemoryStatDAO.getLatestVmMemoryStats(VmRef vm,
long since) |
Modifier and Type | Method and Description |
---|---|
Filter<VmRef> |
VmOverviewServiceImpl.getFilter() |
InformationServiceController<VmRef> |
VmOverviewServiceImpl.getInformationServiceController(VmRef ref) |
Modifier and Type | Method and Description |
---|---|
InformationServiceController<VmRef> |
VmOverviewServiceImpl.getInformationServiceController(VmRef ref) |
Constructor and Description |
---|
VmOverviewController(ApplicationService appSvc,
VmInfoDAO vmDao,
VmRef vmRef,
VmOverviewViewProvider provider) |
Copyright © 2013. All rights reserved.