public class HostOverviewServiceImpl extends Object implements HostOverviewService
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 |
|---|
HostOverviewServiceImpl(ApplicationService appSvc,
HostInfoDAO hostInfoDAO,
NetworkInterfaceInfoDAO networkInfoDAO,
HostOverviewViewProvider viewProvider) |
| Modifier and Type | Method and Description |
|---|---|
Filter<HostRef> |
getFilter()
Returns a
Filter that is used to determine if this information
source can provide information for a given target. |
InformationServiceController<HostRef> |
getInformationServiceController(HostRef ref)
Returns the controller for this plugin's UI.
|
int |
getOrderValue()
Defines a value to be used for assigning an order to
services.
|
public HostOverviewServiceImpl(ApplicationService appSvc, HostInfoDAO hostInfoDAO, NetworkInterfaceInfoDAO networkInfoDAO, HostOverviewViewProvider viewProvider)
public Filter<HostRef> getFilter()
InformationServiceFilter that is used to determine if this information
source can provide information for a given target.getFilter in interface InformationService<HostRef>public InformationServiceController<HostRef> getInformationServiceController(HostRef ref)
InformationServicegetInformationServiceController in interface InformationService<HostRef>public int getOrderValue()
OrderedOrdered.ORDER_DEFAULT_GROUP.getOrderValue in interface OrderedCopyright © 2013. All Rights Reserved.