public class VmGcServiceImpl extends Object implements VmGcService
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 |
|---|
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)
InformationServicegetInformationServiceController in interface InformationService<VmRef>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 int getOrderValue()
OrderedOrdered.ORDER_DEFAULT_GROUP.getOrderValue in interface OrderedCopyright © 2013. All Rights Reserved.