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

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:35 PST

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

    Date: Wednesday March 21, 19101 @ 12:59
    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/rce/talon/implementations

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

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

    Modified Files:
            BaseRCE.java MeanRCE.java SimpleRCEContext.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java?annotate=1.6

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java:1.5 sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java:1.5 Sun Mar 18 22:18:34 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/BaseRCE.java Wed Mar 21 12:59:35 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: BaseRCE.java,v 1.6 2001/03/21 20:59:35 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -35,14 +47,14 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: BaseRCE.java,v 1.5 2001/03/19 06:18:34 burton Exp $
    + * @version $Id: BaseRCE.java,v 1.6 2001/03/21 20:59:35 burton Exp $
      */
     public abstract class BaseRCE extends BaseComponent implements RCE {
     
         /**
          * @see RCE
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseRCE.java,v 1.5 2001/03/19 06:18:34 burton Exp $
    + * @version $Id: BaseRCE.java,v 1.6 2001/03/21 20:59:35 burton Exp $
          */
         public QueryEngine getQueryEngine() throws SierraException {
             throw new QueryNotSupportedException( "This RCE does not define a QueryEngine." );
    @@ -52,7 +64,7 @@
         /**
          * @see RCE
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseRCE.java,v 1.5 2001/03/19 06:18:34 burton Exp $
    + * @version $Id: BaseRCE.java,v 1.6 2001/03/21 20:59:35 burton Exp $
          */
         public StoreEngine getStoreEngine() throws SierraException {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java?annotate=1.4

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java:1.3 sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java:1.3 Wed Mar 14 21:51:22 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/MeanRCE.java Wed Mar 21 12:59:35 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -35,7 +47,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
      */
     public class MeanRCE extends BaseRCE implements RCE {
     
    @@ -47,14 +59,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public void init() { }
         
         /**
          * @see RCE#putReputation
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public Reputation getReputation( RCEContext context, Reference reference ) throws ReputationNotFoundException {
     
    @@ -71,7 +83,7 @@
         /**
          * @see RCE#putReputation
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public Reputation getReputation( Reference reference ) throws SierraException {
     
    @@ -82,7 +94,7 @@
         /**
          * @see RCE#putReputation
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public void putReputation( RCEContext context, Reputation reputation ) {
             map.putReputation( reputation );
    @@ -91,7 +103,7 @@
         /**
          * @see RCE#putReputation
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public void putReputation( Reputation reputation ) throws SierraException {
             putReputation( SierraResources.getRCEContext(), reputation );
    @@ -101,7 +113,7 @@
         /**
          * @see RCE#getNym
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public Nym getNym() {
             return this.nym;
    @@ -113,7 +125,7 @@
      * Internally stores a mechanism to map references (URIs) to lists of Reputations.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
      */
     class ReputationNymMap {
     
    @@ -140,7 +152,7 @@
          * Get a Vector of reputations from the references has or return a new one.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         private Vector getVector( Reference reference ) {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java?annotate=1.4

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java:1.3 sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java:1.4
    --- sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java:1.3 Wed Mar 14 21:51:22 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/talon/implementations/SimpleRCEContext.java Wed Mar 21 12:59:35 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: SimpleRCEContext.java,v 1.4 2001/03/21 20:59:35 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -33,7 +45,7 @@
      * anything that needs to be passed to an RCE at runtime.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleRCEContext.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: SimpleRCEContext.java,v 1.4 2001/03/21 20:59:35 burton Exp $
      */
     public class SimpleRCEContext extends BaseComponent implements Component, RCEContext {
     
    @@ -47,7 +59,7 @@
          * Get the RCE responsible for this request.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleRCEContext.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: SimpleRCEContext.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public URI getTargetRCE() {
             return this.targetRCE;
    @@ -56,7 +68,7 @@
         /**
          * @see #getTargetRCE
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SimpleRCEContext.java,v 1.3 2001/03/15 05:51:22 burton Exp $
    + * @version $Id: SimpleRCEContext.java,v 1.4 2001/03/21 20:59:35 burton Exp $
          */
         public void setTargetRCE( URI targetRCE ) {
             this.targetRCE = targetRCE;



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 12:59:44 PST