public class HostMemoryServiceImpl extends Object implements HostMemoryService
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 |
---|
HostMemoryServiceImpl(ApplicationService appSvc,
HostInfoDAO hostInfoDAO,
MemoryStatDAO memoryStatDAO,
HostMemoryViewProvider 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 HostMemoryServiceImpl(ApplicationService appSvc, HostInfoDAO hostInfoDAO, MemoryStatDAO memoryStatDAO, HostMemoryViewProvider 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.