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

From: cvs@openprivacy.org
Date: Sun Mar 11 2001 - 15:54:32 PST

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

    Date: Sunday March 11, 19101 @ 15:54
    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-serv30452/src/java/org/openprivacy/sierra/util

    Modified Files:
            SierraResources.java
    Log Message:
    now using dedicated DatabaseConnectionPool component

    *****************************************************************
    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.7

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

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

    Index: sierra/src/java/org/openprivacy/sierra/util/SierraResources.java
    diff -u sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.6 sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.7
    --- sierra/src/java/org/openprivacy/sierra/util/SierraResources.java:1.6 Sat Feb 24 22:56:43 2001
    +++ sierra/src/java/org/openprivacy/sierra/util/SierraResources.java Sun Mar 11 15:54:32 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.6 2001/02/25 06:56:43 burton Exp $
    + * @version $Id: SierraResources.java,v 1.7 2001/03/11 23:54:32 burton Exp $
      */
     public class SierraResources {
     
    @@ -88,12 +88,15 @@
             new ComponentHandle().setInterface( "org.openprivacy.sierra.rce.talon.interfaces.RCEContext" )
                                  .setImplementation( "org.openprivacy.sierra.rce.talon.implementations.SimpleRCEContext" )
                                  .setLifetime( ComponentHandle.LIFETIME_DEMAND );
    +
    + public static final ComponentHandle DATABASE_CONNNECTION_POOL =
    + new ComponentHandle().setName( "sierra_database_connection_pool" );
         
         /**
          * 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.6 2001/02/25 06:56:43 burton Exp $
    + * @version $Id: SierraResources.java,v 1.7 2001/03/11 23:54:32 burton Exp $
          */
         public static Reputation getReputation() throws SierraException {
     
    @@ -108,7 +111,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.6 2001/02/25 06:56:43 burton Exp $
    + * @version $Id: SierraResources.java,v 1.7 2001/03/11 23:54:32 burton Exp $
          */
         public static Reference getReference() throws SierraException {
     
    @@ -125,7 +128,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.6 2001/02/25 06:56:43 burton Exp $
    + * @version $Id: SierraResources.java,v 1.7 2001/03/11 23:54:32 burton Exp $
          */
         public static RCEContext getRCEContext() throws SierraException {
     



    This archive was generated by hypermail 2b30 : Sun Mar 11 2001 - 15:57:04 PST