org.opennms.netmgt.jasper.helper
Class JRobinDirectoryUtil

java.lang.Object
  extended by org.opennms.netmgt.jasper.helper.JRobinDirectoryUtil

public class JRobinDirectoryUtil
extends Object


Constructor Summary
JRobinDirectoryUtil()
           
 
Method Summary
 String getIfInOctetsDataSource(String rrdDirectory, String nodeId, String iFace)
           
 String getIfInOctetsJrb(String rrdDirectory, String nodeId, String iFace)
           
 String getIfOutOctetsDataSource(String rrdDirectory, String nodeId, String iFace)
           
 String getIfOutOctetsJrb(String rrdDirectory, String nodeId, String iFace)
           
 String getInterfaceDirectory(String snmpifname, String snmpifdescr, String snmpphysaddr)
           
 boolean isStoreByGroup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JRobinDirectoryUtil

public JRobinDirectoryUtil()
Method Detail

isStoreByGroup

public boolean isStoreByGroup()

getIfInOctetsDataSource

public String getIfInOctetsDataSource(String rrdDirectory,
                                      String nodeId,
                                      String iFace)
                               throws IOException
Throws:
IOException

getIfOutOctetsDataSource

public String getIfOutOctetsDataSource(String rrdDirectory,
                                       String nodeId,
                                       String iFace)
                                throws IOException
Throws:
IOException

getIfInOctetsJrb

public String getIfInOctetsJrb(String rrdDirectory,
                               String nodeId,
                               String iFace)
                        throws FileNotFoundException,
                               IOException
Throws:
FileNotFoundException
IOException

getIfOutOctetsJrb

public String getIfOutOctetsJrb(String rrdDirectory,
                                String nodeId,
                                String iFace)
                         throws FileNotFoundException,
                                IOException
Throws:
FileNotFoundException
IOException

getInterfaceDirectory

public String getInterfaceDirectory(String snmpifname,
                                    String snmpifdescr,
                                    String snmpphysaddr)


Copyright © 2011. All Rights Reserved.