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

From: cvs@openprivacy.org
Date: Sat Mar 03 2001 - 14:28:31 PST

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

    Date: Saturday March 3, 19101 @ 14:28
    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/implementations

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

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

    Modified Files:
            SimpleStoreEngine.java
    Log Message:
    corrected new interfaces with the necessary code

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java
    diff -u sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java:1.1 sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java:1.1 Sun Feb 25 15:14:04 2001
    +++ sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreEngine.java Sat Mar 3 14:28:31 2001
    @@ -21,6 +21,7 @@
     import java.net.*;
     import java.security.*;
     import java.util.*;
    +import org.openprivacy.sierra.query.talon.interfaces.*;
     import org.openprivacy.sierra.rce.*;
     import org.openprivacy.sierra.rce.talon.interfaces.*;
     import org.openprivacy.sierra.reputation.talon.interfaces.*;
    @@ -40,7 +41,7 @@
      * sierra restart.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreEngine.java,v 1.1 2001/02/25 23:14:04 burton Exp $
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
      */
     public class SimpleStoreEngine extends BaseComponent implements Component, StoreEngine {
     
    @@ -54,7 +55,7 @@
         /**
          * @see Store
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreEngine.java,v 1.1 2001/02/25 23:14:04 burton Exp $
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
          */
         public Reputation get( URI url ) {
     
    @@ -66,7 +67,7 @@
         /**
          * @see Store
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreEngine.java,v 1.1 2001/02/25 23:14:04 burton Exp $
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
          */
         public Reputation get( SignatureValue sv ) {
     
    @@ -77,7 +78,7 @@
         /**
          * @see Store
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreEngine.java,v 1.1 2001/02/25 23:14:04 burton Exp $
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
          */
         public void put( Reputation reputation ) {
     
    @@ -90,12 +91,21 @@
         /**
          * @see Store
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreEngine.java,v 1.1 2001/02/25 23:14:04 burton Exp $
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
          */
         public void populate( RCE rce ) {
     
             throw new RuntimeException( "Method not yet supported" );
     
         }
    -
    +
    + /**
    + * @see StoreEngine
    + * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    + * @version $Id: SimpleStoreEngine.java,v 1.2 2001/03/03 22:28:31 burton Exp $
    + */
    + public QueryManager getQueryManager() throws SierraException {
    + throw new SierraException("no query manager defined here." );
    + }
    +
     }



    This archive was generated by hypermail 2b30 : Sat Mar 03 2001 - 14:29:03 PST