Return-Path: Delivered-To: apmail-incubator-river-commits-archive@minotaur.apache.org Received: (qmail 93478 invoked from network); 24 Dec 2010 21:54:09 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 24 Dec 2010 21:54:09 -0000 Received: (qmail 6892 invoked by uid 500); 24 Dec 2010 21:54:09 -0000 Delivered-To: apmail-incubator-river-commits-archive@incubator.apache.org Received: (qmail 6870 invoked by uid 500); 24 Dec 2010 21:54:09 -0000 Mailing-List: contact river-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: river-dev@incubator.apache.org Delivered-To: mailing list river-commits@incubator.apache.org Received: (qmail 6863 invoked by uid 99); 24 Dec 2010 21:54:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 21:54:09 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Dec 2010 21:54:06 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id DE9192388978; Fri, 24 Dec 2010 21:53:46 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r781573 - in /websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use: ./ LogException.html LogHandler.html LogInputStream.html LogOutputStream.html ReliableLog.html Date: Fri, 24 Dec 2010 21:53:46 -0000 To: river-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20101224215346.DE9192388978@eris.apache.org> Author: buildbot Date: Fri Dec 24 21:53:46 2010 New Revision: 781573 Log: Staging update by buildbot Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogException.html websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogHandler.html websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogInputStream.html websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogOutputStream.html websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/ReliableLog.html Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogException.html ============================================================================== --- websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogException.html (added) +++ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogException.html Fri Dec 24 21:53:46 2010 @@ -0,0 +1,203 @@ + + + + + + +Uses of Class com.sun.jini.reliableLog.LogException (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sun.jini.reliableLog.LogException

+
+ + + + + + + + + +
+Packages that use LogException
com.sun.jini.reliableLogReliable log is used to store state in case of system crash +or reboot. 
+  +

+ + + + + +
+Uses of LogException in com.sun.jini.reliableLog
+  +

+ + + + + + + + + + + + + + + + + + + + + +
Methods in com.sun.jini.reliableLog that throw LogException
+ intLogInputStream.read() + +
+          Reads a byte of data.
+ intLogInputStream.read(byte[] b) + +
+          Reads data into an array of bytes.
+ intLogInputStream.read(byte[] b, + int off, + int len) + +
+          Reads data into an array of bytes.
+ longLogInputStream.skip(long n) + +
+          Skips n bytes of input.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogHandler.html ============================================================================== --- websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogHandler.html (added) +++ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogHandler.html Fri Dec 24 21:53:46 2010 @@ -0,0 +1,178 @@ + + + + + + +Uses of Class com.sun.jini.reliableLog.LogHandler (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sun.jini.reliableLog.LogHandler

+
+ + + + + + + + + +
+Packages that use LogHandler
com.sun.jini.reliableLogReliable log is used to store state in case of system crash +or reboot. 
+  +

+ + + + + +
+Uses of LogHandler in com.sun.jini.reliableLog
+  +

+ + + + + + + + +
Constructors in com.sun.jini.reliableLog with parameters of type LogHandler
ReliableLog(String dirPath, + LogHandler handler) + +
+          Creates a ReliableLog to handle snapshots and logging in a + stable storage directory, and sets up to recover any existing data + from the stable storage directory.
+  +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogInputStream.html ============================================================================== --- websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogInputStream.html (added) +++ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogInputStream.html Fri Dec 24 21:53:46 2010 @@ -0,0 +1,140 @@ + + + + + + +Uses of Class com.sun.jini.reliableLog.LogInputStream (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sun.jini.reliableLog.LogInputStream

+
+No usage of com.sun.jini.reliableLog.LogInputStream +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogOutputStream.html ============================================================================== --- websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogOutputStream.html (added) +++ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/LogOutputStream.html Fri Dec 24 21:53:46 2010 @@ -0,0 +1,140 @@ + + + + + + +Uses of Class com.sun.jini.reliableLog.LogOutputStream (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sun.jini.reliableLog.LogOutputStream

+
+No usage of com.sun.jini.reliableLog.LogOutputStream +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + + Added: websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/ReliableLog.html ============================================================================== --- websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/ReliableLog.html (added) +++ websites/staging/river/trunk/content/river/doc/api/com/sun/jini/reliableLog/class-use/ReliableLog.html Fri Dec 24 21:53:46 2010 @@ -0,0 +1,140 @@ + + + + + + +Uses of Class com.sun.jini.reliableLog.ReliableLog (Apache River v2.1.2-SNAPSHOT API Documentation) + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Uses of Class
com.sun.jini.reliableLog.ReliableLog

+
+No usage of com.sun.jini.reliableLog.ReliableLog +

+


+ + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions. + +