CVS update: sierra/src/config

From: cvs@openprivacy.org
Date: Sun Feb 11 2001 - 16:44:53 PST

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

    Date: Sunday February 11, 19101 @ 16:44
    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/config

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

    Update of /usr/local/cvs/public/sierra/src/config
    In directory giga:/tmp/cvs-serv4932/src/config

    Modified Files:
            sierra.properties
    Log Message:
    nym facility should be functioning...

    *****************************************************************
    File: sierra/src/config/sierra.properties

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/config/sierra.properties?annotate=1.2

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/config/sierra.properties?rev=1.2&content-type=text/x-cvsweb-markup

    CVSWeb: Diff to previous version: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/config/sierra.properties.diff?r1=1.2&r2=1.1

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

    Index: sierra/src/config/sierra.properties
    diff -u sierra/src/config/sierra.properties:1.1 sierra/src/config/sierra.properties:1.2
    --- sierra/src/config/sierra.properties:1.1 Fri Feb 9 02:26:58 2001
    +++ sierra/src/config/sierra.properties Sun Feb 11 16:44:53 2001
    @@ -1,7 +1,7 @@
     ################################################################################
     # Talon configuration file
     # Author: Kevin A. Burton (burton@apache.org | burton@openprivacy.org )
    -# $Id: sierra.properties,v 1.1 2001/02/09 10:26:58 burton Exp $
    +# $Id: sierra.properties,v 1.2 2001/02/12 00:44:53 burton Exp $
     ################################################################################
     #
     # This is the main property file you need to edit in order to have a function
    @@ -56,35 +56,43 @@
     # OPTIONAL PROPERTIES #
     ################################################################################
     
    +
     ################################################################################
    -# Register components within Talon. Each component has a reserved set of #
    -# properties that can be registered into the system. The "_interface",
    -# "_classname" and "_lifetime" are required.
    +# Register components within Talon. Each component has a reserved set of
    +# properties that can be registered into the system. which begin with "talon_".
    +# The "talon_interface", "talon_classname" and "talon_lifetime" are required.
     #
    -# _name -> name of this component so that it can be requested by
    -# name.
    -# _interface -> interface classname for component
    -# _implementation -> classname which implements the above interface
    -# _lifetime -> specify the lifetime of this component. This can be
    -# either "singleton" | "channel" | "demand"
    +# talon_name -> name of this component so that it can be requested by
    +# name.
    +# talon_interface -> interface classname for component
    +# talon_implementation -> classname which implements the above interface
    +# talon_lifetime -> specify the lifetime of this component. This can
    +# be either "singleton" | "channel" | "demand"
     #
    -# singleton -> one instance only
    -# demand -> create a new instance every time.
    +# singleton -> one instance only
    +# demand -> create a new instance every time.
     
    -talon.component.0._name=default_logger
    -talon.component.0._interface=talon.interfaces.Logger
    -talon.component.0._implementation=talon.implementation.FileLogger
    -talon.component.0._lifetime=singleton
    +talon.component.0.talon_name=default_logger
    +talon.component.0.talon_interface=talon.interfaces.Logger
    +talon.component.0.talon_implementation=talon.implementation.FileLogger
    +talon.component.0.talon_lifetime=singleton
    +talon.component.0.talon_description="Default logger responsible for data output with Talon"
     
     #define a PropertyManger component which is actually a PropertyFileManager
     #(impl) which defines a property named "project"
    -talon.component.1._name=default_property_manager
    -talon.component.1._interface=talon.interfaces.PropertyManager
    -talon.component.1._implementation=talon.implementation.PropertyFileManager
    -talon.component.1._lifetime=singleton
    +talon.component.1.talon_name=default_property_manager
    +talon.component.1.talon_interface=talon.interfaces.PropertyManager
    +talon.component.1.talon_implementation=talon.implementation.PropertyFileManager
    +talon.component.1.talon_lifetime=singleton
    +talon.component.1.talon_description="PropertyManager store for Talon"
     talon.component.1.project=talon
     
     ################################################################################
     # SIERRA SPECIFIC SETTINGS #
     ################################################################################
     
    +talon.component.2.talon_name=sierra_default_nym_builder
    +talon.component.2.talon_interface=org.openprivacy.sierra.nym.talon.interfaces.NymBuilder
    +talon.component.2.talon_implementation=org.openprivacy.sierra.nym.talon.implementations.SimpleNymBuilder
    +talon.component.2.talon_lifetime=demand
    +talon.component.2.talon_description="Default nym builder for sierra."



    This archive was generated by hypermail 2b30 : Sun Feb 11 2001 - 16:45:54 PST