org.opennms.netmgt.rrd
Class RrdDataSource

java.lang.Object
  extended by org.opennms.netmgt.rrd.RrdDataSource

public class RrdDataSource
extends Object

RrdDataSource class.

Version:
$Id: $
Author:
ranger

Constructor Summary
RrdDataSource(String name, String type, int heartBeat, String min, String max)
          Constructor for RrdDataSource.
 
Method Summary
 int getHeartBeat()
          getHeartBeat
 String getMax()
          getMax
 String getMin()
          getMin
 String getName()
          getName
 String getType()
          getType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RrdDataSource

public RrdDataSource(String name,
                     String type,
                     int heartBeat,
                     String min,
                     String max)

Constructor for RrdDataSource.

Parameters:
name - a String object.
type - a String object.
heartBeat - a int.
min - a String object.
max - a String object.
Method Detail

getHeartBeat

public int getHeartBeat()

getHeartBeat

Returns:
a int.

getMax

public String getMax()

getMax

Returns:
a String object.

getMin

public String getMin()

getMin

Returns:
a String object.

getName

public String getName()

getName

Returns:
a String object.

getType

public String getType()

getType

Returns:
a String object.


Copyright © 2011. All Rights Reserved.