public class ThreadInformationServiceImpl extends Object implements ThreadInformationService
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 |
|---|
ThreadInformationServiceImpl(ApplicationService appService,
VmInfoDAO vmInfoDao,
ThreadCollectorFactory collectorFactory,
ThreadViewProvider viewFactory) |
| 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 ThreadInformationServiceImpl(ApplicationService appService, VmInfoDAO vmInfoDao, ThreadCollectorFactory collectorFactory, ThreadViewProvider viewFactory)
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 InformationServiceController<VmRef> getInformationServiceController(VmRef ref)
InformationServicegetInformationServiceController in interface InformationService<VmRef>public int getOrderValue()
OrderedOrdered.ORDER_DEFAULT_GROUP.getOrderValue in interface OrderedCopyright © 2013. All Rights Reserved.