CVS update: sierra/src/java/org/openprivacy/sierra/util

From: cvs@openprivacy.org
Date: Sat Feb 24 2001 - 22:56:43 PST

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

    Date: Saturday February 24, 19101 @ 22:56
    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/util

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/util
    In directory giga:/tmp/cvs-serv23554/src/java/org/openprivacy/sierra/util

    Modified Files:
            SierraResources.java
    Log Message:
    now using StoreEngine instead of Store... should be like QueryEngine

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/util/SierraResources.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/util/SierraResources.java?annotate=1.6

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/util/SierraResources.java?rev=1.6&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/util/SierraResources.java.diff?r1=1.6&r2=1.5

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

    Index: sierra/src/java/org/openprivacy/sierra/util/SierraResources.java
    diff -u sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.5 sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.5 Fri Feb 23 15:41:45 2001
    +++ sierra/src/java/org/openprivacy/sierra/util/SierraResources.java Sat Feb 24 22:56:43 2001
    @@ -33,7 +33,7 @@
      * from dealing with Talon components.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SierraResources.java,v 1.5 2001/02/23 23:41:45 burton Exp $
    + * @version $Id: SierraResources.java,v 1.6 2001/02/25 06:56:43 burton Exp $
      */
     public class SierraResources {
     
    @@ -64,8 +64,8 @@
         /**
          * Default store
          */
    - public static final ComponentHandle STORE_HANDLE =
    - new ComponentHandle().setName( "sierra_store" );
    + public static final ComponentHandle STORE_ENGINE_HANDLE =
    + new ComponentHandle().setName( "sierra_store_engine" );
     
     
         /**
    @@ -93,7 +93,7 @@
          * Get the registered Talon Component "Reputation" with a "demand" lifetime.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SierraResources.java,v 1.5 2001/02/23 23:41:45 burton Exp $
    + * @version $Id: SierraResources.java,v 1.6 2001/02/25 06:56:43 burton Exp $
          */
         public static Reputation getReputation() throws SierraException {
     
    @@ -108,7 +108,7 @@
          * Get the registered Talon Component "Reference" with a "demand" lifetime.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SierraResources.java,v 1.5 2001/02/23 23:41:45 burton Exp $
    + * @version $Id: SierraResources.java,v 1.6 2001/02/25 06:56:43 burton Exp $
          */
         public static Reference getReference() throws SierraException {
     
    @@ -125,7 +125,7 @@
          * Get the registered Talon Component "RCEContext" with a "demand" lifetime.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SierraResources.java,v 1.5 2001/02/23 23:41:45 burton Exp $
    + * @version $Id: SierraResources.java,v 1.6 2001/02/25 06:56:43 burton Exp $
          */
         public static RCEContext getRCEContext() throws SierraException {
     



    This archive was generated by hypermail 2b30 : Sat Feb 24 2001 - 22:58:14 PST