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

From: cvs@openprivacy.org
Date: Sun Feb 18 2001 - 22:50:29 PST

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

    Date: Sunday February 18, 19101 @ 22: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

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

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

    Modified Files:
            BaseRCE.java Query.java QueryNotSupportedException.java
            RCE.java RCEContext.java Result.java
    Log Message:
    update from over weekend. clean up copyright... more work on store

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

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/BaseRCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/BaseRCE.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/BaseRCE.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/BaseRCE.java:1.1 Thu Feb 1 15:51:13 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/BaseRCE.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -31,7 +31,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: BaseRCE.java,v 1.1 2001/02/01 23:51:13 burton Exp $
    + * @version $Id: BaseRCE.java,v 1.2 2001/02/19 06:50:29 burton Exp $
      */
     public abstract class BaseRCE extends BaseComponent implements RCE {
     
    @@ -40,7 +40,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: BaseRCE.java,v 1.1 2001/02/01 23:51:13 burton Exp $
    + * @version $Id: BaseRCE.java,v 1.2 2001/02/19 06:50:29 burton Exp $
          */
         public Result execute( Query query ) throws SierraException {
             throw new QueryNotSupportedException( "By default... all queries are not suppoted." );

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/Query.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/Query.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/Query.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/Query.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/Query.java:1.1 Thu Feb 1 15:50:44 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/Query.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -22,6 +22,6 @@
      * Basic interface for a Query object.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Query.java,v 1.1 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: Query.java,v 1.2 2001/02/19 06:50:29 burton Exp $
      */
     public interface Query { }

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.2 sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.2 Thu Feb 1 15:50:44 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -24,7 +24,7 @@
      *
      * @see SierraException
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryNotSupportedException.java,v 1.2 2001/02/01 23:50:44 burton Exp $
    + * @version $Id: QueryNotSupportedException.java,v 1.3 2001/02/19 06:50:29 burton Exp $
      */
     public class QueryNotSupportedException extends SierraException {
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/RCE.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/RCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.4 sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.5
    --- sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.4 Fri Feb 9 02:26:58 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/RCE.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -36,7 +36,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
      */
     public interface RCE extends Component {
     
    @@ -62,7 +62,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public Reputation getReputation( RCEContext context, String reference ) throws SierraException;
     
    @@ -70,7 +70,7 @@
         /**
          * @see getReputation( context, reference )
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public Reputation getReputation( String reference ) throws SierraException;
         
    @@ -78,14 +78,14 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public void putReputation( RCEContext context, Reputation reputation ) throws SierraException;
     
         /**
          * @see putReputation( context, reference )
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public void putReputation( Reputation reputation ) throws SierraException;
         
    @@ -93,7 +93,7 @@
          * Execute an XPath query on this RCE.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         //public Result execute( String query );
         
    @@ -101,7 +101,7 @@
          * Determine the principal under which this RCE is running.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public URI getPrincipal() throws SierraException;
         
    @@ -110,7 +110,7 @@
          * Execute the given Query and return the Result.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.4 2001/02/09 10:26:58 burton Exp $
    + * @version $Id: RCE.java,v 1.5 2001/02/19 06:50:29 burton Exp $
          */
         public Result execute( Query query ) throws SierraException;
         

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java:1.1 Mon Jan 29 16:45:39 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/RCEContext.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -27,7 +27,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: RCEContext.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCEContext.java,v 1.2 2001/02/19 06:50:29 burton Exp $
      */
     public class RCEContext {
     
    @@ -38,7 +38,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCEContext.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCEContext.java,v 1.2 2001/02/19 06:50:29 burton Exp $
          */
         public URI getTargetRCE() {
             return this.targetRCE;
    @@ -48,7 +48,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCEContext.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCEContext.java,v 1.2 2001/02/19 06:50:29 burton Exp $
          */
         public void setTargetRCE( URI targetRCE ) {
             this.targetRCE = targetRCE;

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/rce/Result.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/Result.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/Result.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/Result.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/Result.java:1.1 Thu Feb 1 15:51:13 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/Result.java Sun Feb 18 22:50:29 2001
    @@ -1,5 +1,5 @@
     /*
    - * Copyright 2000 OpenPrivacy.org. All rights reserved.
    + * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
      * the terms of the GNU General Public License as published by the Free Software
    @@ -22,6 +22,6 @@
      * Basic interface for a Query object.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Result.java,v 1.1 2001/02/01 23:51:13 burton Exp $
    + * @version $Id: Result.java,v 1.2 2001/02/19 06:50:29 burton Exp $
      */
     public interface Result { }



    This archive was generated by hypermail 2b30 : Sun Feb 18 2001 - 22:52:02 PST