|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.collectd.CollectionSpecification
public class CollectionSpecification
CollectionSpecification class.
| Constructor Summary | |
|---|---|
CollectionSpecification(CollectdPackage wpkg,
String svcName,
ServiceCollector collector)
Constructor for CollectionSpecification. |
|
| Method Summary | |
|---|---|
CollectionSet |
collect(CollectionAgent agent)
collect |
long |
getInterval()
getInterval |
String |
getPackageName()
getPackageName |
Map<String,String> |
getReadOnlyPropertyMap()
Return a read only instance of the parameters, which consists of the overall service parameters, plus various other Collection specific parameters (e.g. |
RrdRepository |
getRrdRepository(String collectionName)
getRrdRepository |
String |
getServiceName()
getServiceName |
void |
initialize(CollectionAgent agent)
initialize |
void |
refresh(CollectorConfigDao collectorConfigDao)
refresh |
void |
release(CollectionAgent agent)
release |
boolean |
scheduledOutage(CollectionAgent agent)
scheduledOutage |
String |
toString()
toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CollectionSpecification(CollectdPackage wpkg,
String svcName,
ServiceCollector collector)
Constructor for CollectionSpecification.
wpkg - a CollectdPackage object.svcName - a String object.collector - a ServiceCollector object.| Method Detail |
|---|
public String getPackageName()
getPackageName
String object.public String getServiceName()
getServiceName
String object.public long getInterval()
getInterval
public String toString()
toString
toString in class ObjectString object.public Map<String,String> getReadOnlyPropertyMap()
public void initialize(CollectionAgent agent)
initialize
agent - a CollectionAgent object.public void release(CollectionAgent agent)
release
agent - a CollectionAgent object.
public CollectionSet collect(CollectionAgent agent)
throws CollectionException
collect
agent - a CollectionAgent object.
CollectionSet object.
CollectionException - if any.public boolean scheduledOutage(CollectionAgent agent)
scheduledOutage
agent - a CollectionAgent object.
public void refresh(CollectorConfigDao collectorConfigDao)
refresh
collectorConfigDao - a CollectorConfigDao object.public RrdRepository getRrdRepository(String collectionName)
getRrdRepository
collectionName - a String object.
RrdRepository object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||