CVS update: sierra/src/java/org/openprivacy/sierra/query/talon/components

From: cvs@openprivacy.org
Date: Wed Mar 21 2001 - 12:59:34 PST

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

    Date: Wednesday March 21, 19101 @ 12:59
    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/query/talon/components

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

    Update of /usr/local/cvs/public/sierra/src/java/org/openprivacy/sierra/query/talon/components
    In directory giga:/tmp/cvs-serv24979/org/openprivacy/sierra/query/talon/components

    Modified Files:
            Query.java QueryEngine.java QueryManager.java Result.java
            TargetedQuery.java
    Log Message:
    added header

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java

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

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

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

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java:1.1 Wed Mar 14 21:51:20 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/components/Query.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Query.java,v 1.2 2001/03/21 20:59:33 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -36,6 +48,6 @@
      * QueryEngine implemntation to determine how to run the Query.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Query.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: Query.java,v 1.2 2001/03/21 20:59:33 burton Exp $
      */
     public interface Query extends Component { }

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java?annotate=1.2

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

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java:1.1 Wed Mar 14 21:51:20 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryEngine.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -32,7 +44,7 @@
      * Responsible for performing queries on StoreEngines. QueryEngines are
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
      */
     public interface QueryEngine extends Component {
     
    @@ -40,7 +52,7 @@
          * Execute the given queries.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public Result execute( Query query ) throws SierraException;
     
    @@ -49,7 +61,7 @@
          * throw an Exception if it isn't supported (or has problems)
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public void putReputation( Reputation reputation ) throws SierraException;
         
    @@ -57,7 +69,7 @@
          * Return true if this QueryEngine supports the given Reputation.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public boolean supports( Reputation reputation );
     
    @@ -65,7 +77,7 @@
          * Return true if this QueryEngine supports the given Query.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public boolean supports( Query query );
     
    @@ -73,7 +85,7 @@
          * Return true if this QueryEngine supports the given Payload.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryEngine.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryEngine.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public boolean supports( Payload payload );
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java?annotate=1.2

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

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java:1.1 Wed Mar 14 21:51:20 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/components/QueryManager.java Wed Mar 21 12:59:33 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: QueryManager.java,v 1.2 2001/03/21 20:59:33 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -39,7 +51,7 @@
      * performance.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryManager.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryManager.java,v 1.2 2001/03/21 20:59:33 burton Exp $
      */
     public interface QueryManager extends Component {
     
    @@ -47,7 +59,7 @@
          *
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryManager.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryManager.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public QueryEngine getQueryEngine( Query query ) throws QueryNotSupportedException;
     
    @@ -55,7 +67,7 @@
          * Pass on the given reputation to all QueryEngines that support this.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryManager.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryManager.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public void putReputation( Reputation reputation ) throws SierraException;
     
    @@ -65,7 +77,7 @@
          * Shortcut for: <code>getQueryEngine( query ).execute( query );</code>
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: QueryManager.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: QueryManager.java,v 1.2 2001/03/21 20:59:33 burton Exp $
          */
         public Result execute( Query query ) throws SierraException;
     

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java?annotate=1.3

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

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java:1.2 sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java:1.3
    --- sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java:1.2 Fri Mar 16 02:01:33 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/components/Result.java Wed Mar 21 12:59:34 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: Result.java,v 1.3 2001/03/21 20:59:34 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
      * Basic interface for a Result object.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Result.java,v 1.2 2001/03/16 10:01:33 burton Exp $
    + * @version $Id: Result.java,v 1.3 2001/03/21 20:59:34 burton Exp $
      */
     public interface Result {
     
    @@ -38,7 +50,7 @@
          * Get the Enumeration of reputations this results contains.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Result.java,v 1.2 2001/03/16 10:01:33 burton Exp $
    + * @version $Id: Result.java,v 1.3 2001/03/21 20:59:34 burton Exp $
          */
         public URI[] getReputations();
     
    @@ -47,7 +59,7 @@
          * Add a reputation to this result.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: Result.java,v 1.2 2001/03/16 10:01:33 burton Exp $
    + * @version $Id: Result.java,v 1.3 2001/03/21 20:59:34 burton Exp $
          */
         public void putReputation( URI uri );
         

    *****************************************************************
    File: sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java

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

    CVSWeb: Annotate this file: http://openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java?annotate=1.2

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

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

    Index: sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java
    diff -u sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java:1.1 sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java:1.2
    --- sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java:1.1 Wed Mar 14 21:51:20 2001
    +++ sierra/src/java/org/openprivacy/sierra/query/talon/components/TargetedQuery.java Wed Mar 21 12:59:34 2001
    @@ -1,4 +1,16 @@
     /*
    + * ----
    + *
    + * $Id: TargetedQuery.java,v 1.2 2001/03/21 20:59:34 burton Exp $
    + * $Project: http://sierra.openprivacy.org $
    + * $CVSROOT: :pserver:anoncvs@sierra.openprivacy.org:/usr/local/cvs/public $
    + * $WebCVS: http://www.openprivacy.org/cgi-bin/cvsweb/cvsweb.cgi/sierra/ $
    + * $Mailing-List: http://www.openprivacy.org/lists/ $
    + * $Bugzilla: http://bugzilla.openprivacy.org/ $
    + *
    + */
    +
    +/*
      * Copyright 2001 OpenPrivacy.org. All rights reserved.
      *
      * This program is free software; you can redistribute it and/or modify it under
    @@ -30,7 +42,7 @@
      * along with a CompositeQuery to target multiple Payloads.
      *
      * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/21 20:59:34 burton Exp $
      */
     public interface TargetedQuery extends Query, Component {
     
    @@ -38,14 +50,14 @@
          * Specify the payload that this Query should support.
          *
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/21 20:59:34 burton Exp $
          */
         public URI getPayloadIdentifier();
     
         /**
          * @see #getPayloadIdentifier
          * @author <a href="mailto:burton@relativity.yi.org">Kevin A. Burton</a>
    - * @version $Id: TargetedQuery.java,v 1.1 2001/03/15 05:51:20 burton Exp $
    + * @version $Id: TargetedQuery.java,v 1.2 2001/03/21 20:59:34 burton Exp $
          */
         public void setPayloadIdentifier( URI payloadIdentifier);
         



    This archive was generated by hypermail 2b30 : Wed Mar 21 2001 - 13:00:07 PST