CVS update: sierra/src/java/org/openprivacy/sierra/store/talon/interfaces

From: cvs@openprivacy.org
Date: Tue Feb 20 2001 - 16:55:08 PST

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/query"

    Date: Tuesday February 20, 19101 @ 16:55
    Author: burton
    CVSWEB Options: -------------------

    Main CVSWeb: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi

    View this module: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/interfaces

    -----------------------------------

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/store/talon/interfaces
    In directory giga:/tmp/cvs-serv28819/src/java/org/openprivacy/sierra/store/talon/interfaces

    Modified Files:
            StoreManager.java
    Log Message:
    better organization of the query package

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java

    CVSWEB Options: -------------------

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java?annotate=1.3

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java?rev=1.3&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java.diff?r1=1.3&r2=1.2

    -----------------------------------

    Index: sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java
    diff -u sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java:1.2 sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java:1.2 Mon Feb 19 18:23:30 2001
    +++ sierra/src/java/org/openprivacy/sierra/store/talon/interfaces/StoreManager.java Tue Feb 20 16:55:08 2001
    @@ -29,10 +29,13 @@
     
     /**
      * Handles serving Stores to RCE components so that reputation storage is
    - * separate from reputation calculation.
    + * separate from reputation calculation. The StoreManager allows for each RCE
    + * to have a different store based on their requirements. When Sierra is
    + * deployed the StoreManager will be configured to serve the correct Store to
    + * the given RCE.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreManager.java,v 1.2 2001/02/20 02:23:30 burton Exp $
    + * @version $Id: StoreManager.java,v 1.3 2001/02/21 00:55:08 burton Exp $
      */
     public interface StoreManager extends Component {
     
    @@ -40,7 +43,7 @@
          * Get a store which is appropriate for the given RCE.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreManager.java,v 1.2 2001/02/20 02:23:30 burton Exp $
    + * @version $Id: StoreManager.java,v 1.3 2001/02/21 00:55:08 burton Exp $
          */
         public Store getStore( RCE rce ) throws SierraException;
         



    This archive was generated by hypermail 2b30 : Tue Feb 20 2001 - 16:57:09 PST