public class HostOverviewServiceImpl extends Object implements HostOverviewService
SERVICE_ID
KEY_SERVICE_ID
ORDER_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()
InformationService
Filter
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)
InformationService
getInformationServiceController
in interface InformationService<HostRef>
public int getOrderValue()
Ordered
Ordered.ORDER_DEFAULT_GROUP
.getOrderValue
in interface Ordered
Copyright © 2014. All rights reserved.