From: Sasa M. <sa...@us...> - 2004-05-25 11:36:17
|
Update of /cvsroot/jrobin/src/org/jrobin/core In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12327/org/jrobin/core Modified Files: RrdBackendFactory.java RrdFileBackendFactory.java RrdNioBackendFactory.java Log Message: fixed javadoc Index: RrdFileBackendFactory.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdFileBackendFactory.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** RrdFileBackendFactory.java 20 May 2004 14:49:29 -0000 1.2 --- RrdFileBackendFactory.java 25 May 2004 11:35:58 -0000 1.3 *************** *** 42,47 **** * @param readOnly True, if the file should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb.NO_LOCKS}, ! * {@link RrdDb.EXCEPTION_IF_LOCKED} or {@link RrdDb.WAIT_IF_LOCKED}. * @return RrdFileBackend object which handles all I/O operations for the given file path * @throws IOException Thrown in case of I/O error. --- 42,47 ---- * @param readOnly True, if the file should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb#NO_LOCKS}, ! * {@link RrdDb#EXCEPTION_IF_LOCKED} or {@link RrdDb#WAIT_IF_LOCKED}. * @return RrdFileBackend object which handles all I/O operations for the given file path * @throws IOException Thrown in case of I/O error. Index: RrdBackendFactory.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdBackendFactory.java,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** RrdBackendFactory.java 24 May 2004 15:02:29 -0000 1.4 --- RrdBackendFactory.java 25 May 2004 11:35:58 -0000 1.5 *************** *** 157,162 **** * @param readOnly True, if the storage should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb.NO_LOCKS}, ! * {@link RrdDb.EXCEPTION_IF_LOCKED} or {@link RrdDb.WAIT_IF_LOCKED}. * @return Backend object which handles all I/O operations for the given storage path * @throws IOException Thrown in case of I/O error. --- 157,162 ---- * @param readOnly True, if the storage should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb#NO_LOCKS}, ! * {@link RrdDb#EXCEPTION_IF_LOCKED} or {@link RrdDb#WAIT_IF_LOCKED}. * @return Backend object which handles all I/O operations for the given storage path * @throws IOException Thrown in case of I/O error. Index: RrdNioBackendFactory.java =================================================================== RCS file: /cvsroot/jrobin/src/org/jrobin/core/RrdNioBackendFactory.java,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** RrdNioBackendFactory.java 20 May 2004 10:34:00 -0000 1.1 --- RrdNioBackendFactory.java 25 May 2004 11:35:58 -0000 1.2 *************** *** 40,45 **** * @param readOnly True, if the file should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb.NO_LOCKS}, ! * {@link RrdDb.EXCEPTION_IF_LOCKED} or {@link RrdDb.WAIT_IF_LOCKED}. * @return RrdNioBackend object which handles all I/O operations for the given file path * @throws IOException Thrown in case of I/O error. --- 40,45 ---- * @param readOnly True, if the file should be accessed in read/only mode. * False otherwise. ! * @param lockMode One of the following constants: {@link RrdDb#NO_LOCKS}, ! * {@link RrdDb#EXCEPTION_IF_LOCKED} or {@link RrdDb#WAIT_IF_LOCKED}. * @return RrdNioBackend object which handles all I/O operations for the given file path * @throws IOException Thrown in case of I/O error. |