public class JmxNotificationsViewServiceImpl extends Object implements JmxNotificationsViewService
SERVICE_IDKEY_SERVICE_IDORDER_CPU_GROUP, ORDER_DEFAULT_GROUP, ORDER_IO_GROUP, ORDER_MEMORY_GROUP, ORDER_NETWORK_GROUP, ORDER_THREAD_GROUP, ORDER_USER_GROUP| Constructor and Description |
|---|
JmxNotificationsViewServiceImpl(AgentInfoDAO agentDao,
JmxNotificationDAO notificationDao,
RequestQueue requestQueue,
TimerFactory timerFactory,
JmxNotificationsViewProvider viewProvider) |
| Modifier and Type | Method and Description |
|---|---|
Filter<VmRef> |
getFilter()
Returns a
Filter that is used to determine if this information
source can provide information for a given target. |
InformationServiceController<VmRef> |
getInformationServiceController(VmRef ref)
Returns the controller for this plugin's UI.
|
int |
getOrderValue()
Defines a value to be used for assigning an order to
services.
|
public JmxNotificationsViewServiceImpl(AgentInfoDAO agentDao, JmxNotificationDAO notificationDao, RequestQueue requestQueue, TimerFactory timerFactory, JmxNotificationsViewProvider viewProvider)
public Filter<VmRef> getFilter()
InformationServiceFilter that is used to determine if this information
source can provide information for a given target.getFilter in interface InformationService<VmRef>public InformationServiceController<VmRef> getInformationServiceController(VmRef ref)
InformationServicegetInformationServiceController in interface InformationService<VmRef>public int getOrderValue()
OrderedOrdered.ORDER_DEFAULT_GROUP.getOrderValue in interface OrderedCopyright © 2013. All Rights Reserved.