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

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

  • Next message: cvs@openprivacy.org: "CVS update: sierra/src/java/org/openprivacy/sierra/rce/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/store/talon/implementations

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

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

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

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreManager.java
    diff -u sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreManager.java:1.4 sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreManager.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreManager.java:1.4 Fri Feb 23 15:41:44 2001
    +++ sierra/src/java/org/openprivacy/sierra/store/talon/implementations/SimpleStoreManager.java Sat Feb 24 22:56:42 2001
    @@ -31,28 +31,28 @@
     /**
      * @see StoreManager
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreManager.java,v 1.4 2001/02/23 23:41:44 burton Exp $
    + * @version $Id: SimpleStoreManager.java,v 1.5 2001/02/25 06:56:42 burton Exp $
      */
     public class SimpleStoreManager extends BaseComponent implements Component, StoreManager {
     
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreManager.java,v 1.4 2001/02/23 23:41:44 burton Exp $
    + * @version $Id: SimpleStoreManager.java,v 1.5 2001/02/25 06:56:42 burton Exp $
          */
         public void init() throws TalonException { }
         
         /**
          * @see StoreManager
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleStoreManager.java,v 1.4 2001/02/23 23:41:44 burton Exp $
    + * @version $Id: SimpleStoreManager.java,v 1.5 2001/02/25 06:56:42 burton Exp $
          */
    - public Store getStore( RCE rce ) throws SierraException {
    + public StoreEngine getStoreEngine( RCE rce ) throws SierraException {
     
             //just return the default store. We need to have a enhance mechanism
             //for mapping RCE stores.
             try {
    - return (Store)ComponentFactory.getInstance( SierraResources.STORE_HANDLE );
    + return (StoreEngine)ComponentFactory.getInstance( SierraResources.STORE_ENGINE_HANDLE );
             } catch ( TalonException e ) {
                 throw new SierraException( e );
             }



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