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

From: cvs@openprivacy.org
Date: Wed Feb 07 2001 - 03:08:08 PST

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

    Date: Wednesday February 7, 19101 @ 3:08
    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-serv11512/src/java/org/openprivacy/sierra/rce/impls

    Modified Files:
            SOAPServiceRCE.java
    Log Message:
    initial support for reputation skeleton interfaces

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.5 sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.6
    --- sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java:1.5 Thu Feb 1 15:50:44 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/impls/SOAPServiceRCE.java Wed Feb 7 03:08:08 2001
    @@ -40,7 +40,7 @@
      *
      * @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 $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
      */
     public class SOAPServiceRCE extends BaseRCE implements RCE {
     
    @@ -59,14 +59,14 @@
         /**
          * @see Component
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: SOAPServiceRCE.java,v 1.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 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.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
          */
         public Reputation getReputation( RCEContext context,
                                          String reference ) throws ReputationNotFoundException {
    @@ -86,7 +86,7 @@
         /**
          * @see RCE.getReputation#
          * @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 $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 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.5 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
          */
         public void putReputation( RCEContext context,
                                    Reputation reputation ) {
    @@ -106,7 +106,6 @@
                 System.out.println( "WARNING: NO VALUES!!!" );
             }
             
    -
             knownReputations.put( reputation.getReference(), reputation );
             
         }
    @@ -114,7 +113,7 @@
         /**
          * @see RCE.putReputation#
          * @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 $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
          */
         public void putReputation( Reputation reputation ) {
             putReputation( new RCEContext(), reputation );
    @@ -123,7 +122,7 @@
         /**
          * @see RCE.getPrincipal#
          * @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 $
    + * @version $Id: SOAPServiceRCE.java,v 1.6 2001/02/07 11:08:08 burton Exp $
          */
         public URI getPrincipal() {
             return this.principal;



    This archive was generated by hypermail 2b30 : Wed Feb 07 2001 - 03:09:09 PST