public abstract class WmiCollectionResource extends AbstractCollectionResource
Abstract WmiCollectionResource class.
Modifier and Type | Field and Description |
---|---|
protected CollectionAgent |
m_agent |
protected int |
m_nodeId |
RESOURCE_TYPE_IF, RESOURCE_TYPE_NODE
Constructor and Description |
---|
WmiCollectionResource(CollectionAgent agent)
Constructor for WmiCollectionResource.
|
Modifier and Type | Method and Description |
---|---|
abstract String |
getInstance()
getInstance
|
abstract String |
getResourceTypeName()
getResourceTypeName
|
void |
setAttributeValue(CollectionAttributeType type,
String value)
setAttributeValue
|
addAttribute, getGroup, getInterfaceLabel, getOwnerName, getParent, getResourceDir, getTimeKeeper, rescanNeeded, shouldPersist, visit
protected final int m_nodeId
protected final CollectionAgent m_agent
public WmiCollectionResource(CollectionAgent agent)
Constructor for WmiCollectionResource.
agent
- a CollectionAgent
object.public void setAttributeValue(CollectionAttributeType type, String value)
setAttributeValue
type
- a CollectionAttributeType
object.value
- a String
object.public abstract String getResourceTypeName()
getResourceTypeName
String
object.Copyright © 2015. All rights reserved.