|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.ResourceType
org.opennms.netmgt.collectd.IfAliasResourceType
public class IfAliasResourceType
IfAliasResourceType class.
| Constructor Summary | |
|---|---|
IfAliasResourceType(CollectionAgent agent,
OnmsSnmpCollection snmpCollection,
ServiceParameters params,
IfResourceType ifResourceType)
Constructor for IfAliasResourceType. |
|
| Method Summary | |
|---|---|
SnmpCollectionResource |
findAliasedResource(SnmpInstId inst,
String ifAlias)
findAliasedResource |
SnmpCollectionResource |
findResource(SnmpInstId inst)
findResource |
SnmpInstId[] |
getCollectionInstances()
This method returns an array of the instances that the attributes of this type should be collected for It is used to restricting data collection to just these instances. |
Collection<AliasedResource> |
getResources()
getResources |
Collection<SnmpAttributeType> |
loadAttributeTypes()
loadAttributeTypes |
| Methods inherited from class org.opennms.netmgt.collectd.ResourceType |
|---|
getAgent, getAttributeTypes, getCollection, getCollectionName, hasDataToCollect, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IfAliasResourceType(CollectionAgent agent,
OnmsSnmpCollection snmpCollection,
ServiceParameters params,
IfResourceType ifResourceType)
Constructor for IfAliasResourceType.
agent - a CollectionAgent object.snmpCollection - a OnmsSnmpCollection object.params - a ServiceParameters object.ifResourceType - a IfResourceType object.| Method Detail |
|---|
public SnmpCollectionResource findResource(SnmpInstId inst)
findResource
findResource in class ResourceTypeinst - a SnmpInstId object.
SnmpCollectionResource object.
public SnmpCollectionResource findAliasedResource(SnmpInstId inst,
String ifAlias)
findAliasedResource
findAliasedResource in class ResourceTypeinst - a SnmpInstId object.ifAlias - a String object.
SnmpCollectionResource object.public SnmpInstId[] getCollectionInstances()
getCollectionInstances in class ResourceTypeSnmpInstId objects.public Collection<SnmpAttributeType> loadAttributeTypes()
loadAttributeTypes
loadAttributeTypes in class ResourceTypeCollection object.public Collection<AliasedResource> getResources()
getResources
getResources in class ResourceTypeCollection object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||