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

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

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

    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

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

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

    Modified Files:
            QueryNotSupportedException.java RCE.java
    Added Files:
            Query.java
    Log Message:
    ..

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

    CVSWeb: View this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/rce/Query.java?rev=1.1&content-type=text/x-cvsweb-markup

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java:1.1 Thu Feb 1 15:21:36 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/QueryNotSupportedException.java Thu Feb 1 15:50:44 2001
    @@ -17,7 +17,6 @@
     
     package org.openprivacy.sierra.rce;
     
    -
     import org.openprivacy.sierra.util.*;
     
     /**
    @@ -25,7 +24,7 @@
      *
      * @see SierraException
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryNotSupportedException.java,v 1.1 2001/02/01 23:21:36 burton Exp $
    + * @version $Id: QueryNotSupportedException.java,v 1.2 2001/02/01 23:50:44 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.2

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

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

    Index: sierra/src/java/org/openprivacy/sierra/rce/RCE.java
    diff -u sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.1 sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/rce/RCE.java:1.1 Mon Jan 29 16:45:39 2001
    +++ sierra/src/java/org/openprivacy/sierra/rce/RCE.java Thu Feb 1 15:50:44 2001
    @@ -35,7 +35,7 @@
      *
      * @see http://www.openprivacy.org
      * @author <a href="mailto:burton@openprivacy.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
      */
     public interface RCE extends Component {
     
    @@ -43,7 +43,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         public Reputation getReputation( RCEContext context, String reference ) throws ReputationNotFoundException;
     
    @@ -51,7 +51,7 @@
         /**
          * @see getReputation( context, reference )
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         public Reputation getReputation( String reference ) throws ReputationNotFoundException;
         
    @@ -59,14 +59,14 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( RCEContext context, Reputation reputation );
     
         /**
          * @see putReputation( context, reference )
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: RCE.java,v 1.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         public void putReputation( Reputation reputation );
         
    @@ -74,7 +74,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.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         //public Result execute( String query );
         
    @@ -82,9 +82,19 @@
          * 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.1 2001/01/30 00:45:39 burton Exp $
    + * @version $Id: RCE.java,v 1.2 2001/02/01 23:50:44 burton Exp $
          */
         public URI getPrincipal();
    +
     
    + /**
    + * 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.2 2001/02/01 23:50:44 burton Exp $
    + */
    + public Result execute( Query query ) throws SierraException;
    +
    +
     }
     



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