Uses of Class
org.opennms.protocols.xml.config.XmlRrd
-
Packages that use XmlRrd Package Description org.opennms.protocols.xml.config This file is part of OpenNMS(R). -
-
Uses of XmlRrd in org.opennms.protocols.xml.config
Methods in org.opennms.protocols.xml.config that return XmlRrd Modifier and Type Method Description XmlRrd
XmlRrd. clone()
XmlRrd
XmlDataCollection. getXmlRrd()
Gets the XML RRD.Methods in org.opennms.protocols.xml.config with parameters of type XmlRrd Modifier and Type Method Description int
XmlRrd. compareTo(XmlRrd obj)
void
XmlDataCollection. setXmlRrd(XmlRrd xmlRrd)
Sets the XML RRD.Constructors in org.opennms.protocols.xml.config with parameters of type XmlRrd Constructor Description XmlRrd(XmlRrd copy)
-