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

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:37 PST

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

    Date: Wednesday March 21, 19101 @ 12:59
    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/components

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

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

    Modified Files:
            StoreEngine.java StoreManager.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java?annotate=1.2

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java?rev=1.2&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/components/StoreEngine.java.diff?r1=1.2&r2=1.1

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

    Index: sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java
    diff -u sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java:1.1 sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java:1.1 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreEngine.java Wed Mar 21 12:59:37 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -33,7 +45,7 @@
      * The Store is responsible for saving Reputation objects to persistent storage.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
      */
     public interface StoreEngine extends Component {
     
    @@ -41,7 +53,7 @@
          * Get a reputation from this Store via its URI ( reputation://[SERVER]/key/signature )
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public Reputation get( URI url ) throws SierraException;
     
    @@ -50,7 +62,7 @@
          * representation from disk.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public Reputation get( SignatureValue sv ) throws SierraException;
         
    @@ -58,7 +70,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public void put( Reputation reputation ) throws SierraException;
     
    @@ -67,7 +79,7 @@
          * Reputations.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public void populate( RCE rce ) throws SierraException;
     
    @@ -78,7 +90,7 @@
          * their internal architecture.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreEngine.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreEngine.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public QueryManager getQueryManager() throws SierraException;
         

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

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

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java?rev=1.2&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/components/StoreManager.java.diff?r1=1.2&r2=1.1

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

    Index: sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java
    diff -u sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java:1.1 sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java:1.1 Wed Mar 14 21:51:24 2001
    +++ sierra/src/java/org/openprivacy/sierra/store/talon/components/StoreManager.java Wed Mar 21 12:59:37 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: StoreManager.java,v 1.2 2001/03/21 20:59:37 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -35,7 +47,7 @@
      * the given RCE.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: StoreManager.java,v 1.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreManager.java,v 1.2 2001/03/21 20:59:37 burton Exp $
      */
     public interface StoreManager extends Component {
     
    @@ -43,7 +55,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.1 2001/03/15 05:51:24 burton Exp $
    + * @version $Id: StoreManager.java,v 1.2 2001/03/21 20:59:37 burton Exp $
          */
         public StoreEngine getStoreEngine( RCE rce ) throws SierraException;
         



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 13:01:10 PST