CVS update: sierra/src/java/org/openprivacy/sierra/rce/impls

From: cvs@openprivacy.org
Date: Thu Feb 01 2001 - 15:50:45 PST

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

    Date: Thursday February 1, 19101 @ 15:50
    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/impls

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/rce/impls
    In directory giga:/tmp/cvs-serv22282/src/java/org/openprivacy/sierra/rce/impls

    Modified Files:
            MeanRCE.java SOAPServiceRCE.java
    Log Message:
    ..

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.4 sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java:1.4 Mon Jan 29 16:45:39 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/impls/MeanRCE.java Thu Feb 1 15:50:44 2001
    @@ -34,13 +34,11 @@
     /**
      * Calculates the Mean of all placed reputations of a given URI.
      *
    - *
    - *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
      */
    -public class MeanRCE extends BaseComponent implements RCE {
    +public class MeanRCE extends BaseRCE implements RCE {
     
     
         ReputationPrincipalMap map = new ReputationPrincipalMap();
    @@ -50,14 +48,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void init() { }
         
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public Reputation getReputation( RCEContext context, String reference ) throws ReputationNotFoundException {
     
    @@ -75,7 +73,7 @@
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public Reputation getReputation( String reference ) throws ReputationNotFoundException {
     
    @@ -86,7 +84,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( RCEContext context, Reputation reputation ) {
             map.putReputation( reputation );
    @@ -95,7 +93,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: MeanRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( Reputation reputation ) {
             putReputation( new RCEContext(), reputation );
    @@ -112,7 +110,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.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
      */
     class ReputationPrincipalMap {
     
    @@ -139,7 +137,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.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: MeanRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         private Vector getVector( String reference ) {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java?annotate=1.5

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.4 sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.4 Mon Jan 29 16:45:39 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java Thu Feb 1 15:50:44 2001
    @@ -36,14 +36,14 @@
     import talon.*;
     
     /**
    - Implementation of a Reputation server.
    + * Implementation of a Reputation server.
    + *
    + * @see http://www.openprivacy.org
    + * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + */
    +public class SOAPServiceRCE extends BaseRCE implements RCE {
     
    - @see http://www.openprivacy.org
    - @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    -*/
    -public class SOAPServiceRCE extends BaseComponent implements RCE {
    -
         public static final String REPUTATION_RESULT_NAMESPACE
             = "http://schemas.openprivacy.org/core/reputation/12/2000/";
     
    @@ -59,14 +59,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void init() { }
         
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public Reputation getReputation( RCEContext context,
                                          String reference ) throws ReputationNotFoundException {
    @@ -82,12 +82,12 @@
             return rep;
     
         }
    -
    +
         /**
          * @see RCE.getReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    - */
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + */
         public Reputation getReputation( String reference ) throws ReputationNotFoundException {
             return getReputation( new RCEContext(), reference );
         }
    @@ -95,7 +95,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( RCEContext context,
                                    Reputation reputation ) {
    @@ -114,7 +114,7 @@
         /**
          * @see RCE.putReputation#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( Reputation reputation ) {
             putReputation( new RCEContext(), reputation );
    @@ -123,7 +123,7 @@
         /**
          * @see RCE.getPrincipal#
          * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.4 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
          */
         public URI getPrincipal() {
             return this.principal;



    This archive was generated by hypermail 2b30 : Thu Feb 01 2001 - 15:51:15 PST