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

From: cvs@openprivacy.org
Date: Fri Jan 26 2001 - 03:21:20 PST

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

    Date: Friday January 26, 19101 @ 3:21
    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/client

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/client
    In directory giga:/tmp/cvs-serv9132/src/java/org/openprivacy/sierra/client

    Modified Files:
            GetReputation.java PutReputation.java
    Log Message:
    now using URI instead of URIReference

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/client/GetReputation.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/client/GetReputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.4 sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/client/GetReputation.java:1.4 Tue Jan 16 09:14:48 2001
    +++ sierra/src/java/org/openprivacy/sierra/client/GetReputation.java Fri Jan 26 03:21:20 2001
    @@ -57,7 +57,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.4 2001/01/16 17:14:48 burton Exp $
    + * @version $Id: GetReputation.java,v 1.5 2001/01/26 11:21:20 burton Exp $
          */
         public GetReputation( String rpcRouter,
                               String reference ) throws Exception {
    @@ -76,7 +76,7 @@
     
             smr.mapTypes(Constants.NS_URI_SOAP_ENC,
                          new QName("http://schemas.openprivacy.org/core/reputation/12/2000/principal/", "principal"),
    - URIReference.class, beanSer, beanSer);
    + URI.class, beanSer, beanSer);
             
             // Build the call.
             Call call = new Call();
    @@ -115,7 +115,7 @@
          * Get the reputation returned from the GetReputation object.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.4 2001/01/16 17:14:48 burton Exp $
    + * @version $Id: GetReputation.java,v 1.5 2001/01/26 11:21:20 burton Exp $
          */
         public Reputation getReputation() {
             return this.reputation;
    @@ -125,7 +125,7 @@
          * main()
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.4 2001/01/16 17:14:48 burton Exp $
    + * @version $Id: GetReputation.java,v 1.5 2001/01/26 11:21:20 burton Exp $
          */
         public static void main( String[] args ) {
     
    @@ -191,7 +191,7 @@
          * Show the user how to work the system.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: GetReputation.java,v 1.4 2001/01/16 17:14:48 burton Exp $
    + * @version $Id: GetReputation.java,v 1.5 2001/01/26 11:21:20 burton Exp $
          */
         public static void showSyntax() {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?annotate=1.9

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/client/PutReputation.java?rev=1.9&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/client/PutReputation.java.diff?r1=1.9&r2=1.8

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

    Index: sierra/src/java/org/openprivacy/sierra/client/PutReputation.java
    diff -u sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.8 sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.9
    --- sierra/src/java/org/openprivacy/sierra/client/PutReputation.java:1.8 Wed Jan 24 07:03:33 2001
    +++ sierra/src/java/org/openprivacy/sierra/client/PutReputation.java Fri Jan 26 03:21:20 2001
    @@ -57,7 +57,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.8 2001/01/24 15:03:33 burton Exp $
    + * @version $Id: PutReputation.java,v 1.9 2001/01/26 11:21:20 burton Exp $
          */
         public PutReputation( String rpcRouter,
                               Reputation reputation ) throws Exception {
    @@ -75,7 +75,7 @@
     
             smr.mapTypes(Constants.NS_URI_SOAP_ENC,
                          new QName("http://schemas.openprivacy.org/core/reputation/12/2000/principal/", "principal"),
    - URIReference.class, beanSer, beanSer);
    + URI.class, beanSer, beanSer);
     
             
             // Build the call.
    @@ -108,7 +108,7 @@
          * main()
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.8 2001/01/24 15:03:33 burton Exp $
    + * @version $Id: PutReputation.java,v 1.9 2001/01/26 11:21:20 burton Exp $
          */
         public static void main( String[] args ) {
     
    @@ -166,7 +166,7 @@
                 return;
             }
     
    - Reputation rep = new Reputation( new URIReference( principal ), reference );
    + Reputation rep = new Reputation( new URI( principal ), reference );
             rep.addValue( new Value( name, data ) );
     
             //output what is about to be uploaded.
    @@ -187,7 +187,7 @@
          * Show the user how to work the system.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: PutReputation.java,v 1.8 2001/01/24 15:03:33 burton Exp $
    + * @version $Id: PutReputation.java,v 1.9 2001/01/26 11:21:20 burton Exp $
          */
         public static void showSyntax() {
     



    This archive was generated by hypermail 2b30 : Fri Jan 26 2001 - 03:21:51 PST