public class VmGcServiceImpl extends Object implements VmGcService
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 |
---|
VmGcServiceImpl(ApplicationService appSvc,
VmMemoryStatDAO vmMemoryStatDAO,
VmGcStatDAO vmGcStatDAO,
VmGcViewProvider 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 VmGcServiceImpl(ApplicationService appSvc, VmMemoryStatDAO vmMemoryStatDAO, VmGcStatDAO vmGcStatDAO, VmGcViewProvider viewProvider)
public InformationServiceController<VmRef> getInformationServiceController(VmRef ref)
InformationService
getInformationServiceController
in interface InformationService<VmRef>
public Filter<VmRef> getFilter()
InformationService
Filter
that is used to determine if this information
source can provide information for a given target.getFilter
in interface InformationService<VmRef>
public int getOrderValue()
Ordered
Ordered.ORDER_DEFAULT_GROUP
.getOrderValue
in interface Ordered
Copyright © 2013. All rights reserved.