Update of /cvsroot/jrobin/src/org/jrobin/core
In directory sc8-pr-cvs1:/tmp/cvs-serv27255/org/jrobin/core
Modified Files:
ArcDef.java DsDef.java FetchRequest.java RrdDb.java
RrdDef.java RrdDouble.java RrdInt.java RrdLong.java
RrdString.java Sample.java
Log Message:
some javadoc fixed, minor code changes
Index: ArcDef.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/ArcDef.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ArcDef.java 7 Nov 2003 08:23:18 -0000 1.1
--- ArcDef.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 37,41 ****
* </ul>
* <p>For the complete explanation of all archive definition parameters, see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a>
* </p>
*
--- 37,41 ----
* </ul>
* <p>For the complete explanation of all archive definition parameters, see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>
* </p>
*
***************
*** 57,61 ****
*
* <p>For the complete explanation of all archive definition parameters, see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a></p>
*
* @param consolFun Consolidation function. Allowed values are "AVERAGE", "MIN",
--- 57,61 ----
*
* <p>For the complete explanation of all archive definition parameters, see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a></p>
*
* @param consolFun Consolidation function. Allowed values are "AVERAGE", "MIN",
Index: DsDef.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/DsDef.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** DsDef.java 7 Nov 2003 08:23:18 -0000 1.1
--- DsDef.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 38,42 ****
* </ul>
* <p>For the complete explanation of all source definition parameters, see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @author <a href="mailto:sa...@eu...">Sasa Markovic</a>
--- 38,42 ----
* </ul>
* <p>For the complete explanation of all source definition parameters, see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @author <a href="mailto:sa...@eu...">Sasa Markovic</a>
Index: FetchRequest.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/FetchRequest.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** FetchRequest.java 7 Nov 2003 08:23:18 -0000 1.1
--- FetchRequest.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 31,35 ****
* Class to represent fetch request. For the complete explanation of all
* fetch parameters consult RRDTool's
! * <a href="../../../man/rrdfetch.html" target="man">rrdfetch man page</a>.
*
* You cannot create <code>FetchRequest</code> directly (no public constructor
--- 31,35 ----
* Class to represent fetch request. For the complete explanation of all
* fetch parameters consult RRDTool's
! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a>.
*
* You cannot create <code>FetchRequest</code> directly (no public constructor
Index: RrdDb.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDb.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdDb.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdDb.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 46,53 ****
* basic RRDTool concepts. Good place to start is
* <a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html">official RRD tutorial</a>
! * and relevant RRDTool man pages: <a href="../../../man/rrdcreate.html" target="man">rrdcreate</a>,
! * <a href="../../../man/rrdupdate.html" target="man">rrdupdate</a>,
! * <a href="../../../man/rrdfetch.html" target="man">rrdfetch</a> and
! * <a href="../../../man/rrdgraph.html" target="man">rrdgraph</a>.
* For RRDTool's advanced graphing capabilities (RPN extensions), also supported in JRobin,
* there is an excellent
--- 46,53 ----
* basic RRDTool concepts. Good place to start is
* <a href="http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/tutorial/rrdtutorial.html">official RRD tutorial</a>
! * and relevant RRDTool man pages: <a href="/man/rrdcreate.html" target="man">rrdcreate</a>,
! * <a href="/man/rrdupdate.html" target="man">rrdupdate</a>,
! * <a href="/man/rrdfetch.html" target="man">rrdfetch</a> and
! * <a href="/man/rrdgraph.html" target="man">rrdgraph</a>.
* For RRDTool's advanced graphing capabilities (RPN extensions), also supported in JRobin,
* there is an excellent
***************
*** 331,335 ****
* @param fetchEnd Ending timestamp for fetch request.
* @param resolution Fetch resolution (see RRDTool's
! * <a href="../../man/rrdfetch.html" target="man">rrdfetch man page</a> for an
* explanation of this parameter.
* @return Request object that should be used to actually fetch data from RRD file.
--- 331,335 ----
* @param fetchEnd Ending timestamp for fetch request.
* @param resolution Fetch resolution (see RRDTool's
! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a> for an
* explanation of this parameter.
* @return Request object that should be used to actually fetch data from RRD file.
***************
*** 347,351 ****
* method to actually fetch data from the RRD file. Data will be fetched with the smallest
* possible resolution (see RRDTool's
! * <a href="../../../man/rrdfetch.html" target="man">rrdfetch man page</a>
* for the explanation of the resolution parameter).</p>
*
--- 347,351 ----
* method to actually fetch data from the RRD file. Data will be fetched with the smallest
* possible resolution (see RRDTool's
! * <a href="/man/rrdfetch.html" target="man">rrdfetch man page</a>
* for the explanation of the resolution parameter).</p>
*
Index: RrdDef.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDef.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdDef.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdDef.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 46,50 ****
* <p>RrdDef provides API to set all these elements. For the complete explanation of all
* RRD definition parameters, see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @author <a href="mailto:sa...@eu...">Sasa Markovic</a>
--- 46,50 ----
* <p>RrdDef provides API to set all these elements. For the complete explanation of all
* RRD definition parameters, see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @author <a href="mailto:sa...@eu...">Sasa Markovic</a>
***************
*** 173,177 ****
* heartbeat, minimal and maximal value. For the complete explanation of all data
* source definition parameters see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @param dsName Data source name.
--- 173,177 ----
* heartbeat, minimal and maximal value. For the complete explanation of all data
* source definition parameters see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
*
* @param dsName Data source name.
***************
*** 229,233 ****
* number of steps and rows. For the complete explanation of all archive
* definition parameters see RRDTool's
! * <a href="../../../man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
* @param consolFun Consolidation function. Valid values are "AVERAGE",
* "MIN", "MAX" and "LAST"
--- 229,233 ----
* number of steps and rows. For the complete explanation of all archive
* definition parameters see RRDTool's
! * <a href="/man/rrdcreate.html" target="man">rrdcreate man page</a>.</p>
* @param consolFun Consolidation function. Valid values are "AVERAGE",
* "MIN", "MAX" and "LAST"
Index: RrdDouble.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdDouble.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdDouble.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdDouble.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 28,34 ****
import java.io.IOException;
- /**
- *
- */
class RrdDouble {
private RrdFile file;
--- 28,31 ----
Index: RrdInt.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdInt.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdInt.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdInt.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 28,34 ****
import java.io.IOException;
- /**
- *
- */
class RrdInt {
private RrdFile file;
--- 28,31 ----
Index: RrdLong.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdLong.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdLong.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdLong.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 28,34 ****
import java.io.IOException;
- /**
- *
- */
class RrdLong {
private RrdFile file;
--- 28,31 ----
Index: RrdString.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdString.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** RrdString.java 7 Nov 2003 08:23:18 -0000 1.1
--- RrdString.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 28,35 ****
import java.io.IOException;
- /**
- *
- */
-
class RrdString {
private RrdFile file;
--- 28,31 ----
Index: Sample.java
===================================================================
RCS file: /cvsroot/jrobin/src/org/jrobin/core/Sample.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Sample.java 7 Nov 2003 08:23:18 -0000 1.1
--- Sample.java 7 Nov 2003 09:53:35 -0000 1.2
***************
*** 33,37 ****
* class are never created directly (no public constructor is provided). To learn more how
* to update a RRD file, see RRDTool's
! * <a href="../../../man/rrdupdate.html" target="man">rrdupdate man page</a>.
*
* <p>To update a RRD file with JRobin use the following procedure:</p>
--- 33,37 ----
* class are never created directly (no public constructor is provided). To learn more how
* to update a RRD file, see RRDTool's
! * <a href="/man/rrdupdate.html" target="man">rrdupdate man page</a>.
*
* <p>To update a RRD file with JRobin use the following procedure:</p>
|