org.opennms.netmgt.collectd.wmi
Class WmiCollectionResource
java.lang.Object
org.opennms.netmgt.collectd.AbstractCollectionResource
org.opennms.netmgt.collectd.wmi.WmiCollectionResource
- All Implemented Interfaces:
- CollectionResource, ResourceIdentifier
- Direct Known Subclasses:
- WmiMultiInstanceCollectionResource, WmiSingleInstanceCollectionResource
public abstract class WmiCollectionResource
- extends AbstractCollectionResource
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WmiCollectionResource
public WmiCollectionResource(CollectionAgent agent)
getType
public int getType()
- Specified by:
getType in interface CollectionResource- Specified by:
getType in class AbstractCollectionResource
rescanNeeded
public boolean rescanNeeded()
- Specified by:
rescanNeeded in interface CollectionResource- Specified by:
rescanNeeded in class AbstractCollectionResource
shouldPersist
public boolean shouldPersist(ServiceParameters params)
- Specified by:
shouldPersist in interface CollectionResource- Specified by:
shouldPersist in class AbstractCollectionResource
setAttributeValue
public void setAttributeValue(CollectionAttributeType type,
String value)
getResourceTypeName
public abstract String getResourceTypeName()
getInstance
public abstract String getInstance()
Copyright © 2009. All Rights Reserved.