You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by fr...@apache.org on 2001/11/09 01:25:31 UTC

cvs commit: jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/actions Action.java

froehlich    01/11/08 16:25:31

  Modified:    apps/db/src/java/org/apache/avalon/db/actions Action.java
  Log:
  prepared statement extension
  
  Revision  Changes    Path
  1.6       +2 -1      jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/actions/Action.java
  
  Index: Action.java
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-cornerstone/apps/db/src/java/org/apache/avalon/db/actions/Action.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Action.java	2001/11/04 19:00:19	1.5
  +++ Action.java	2001/11/09 00:25:31	1.6
  @@ -18,9 +18,10 @@
    *
    * @author Paul Hammant <a href="mailto:Paul_Hammant@yahoo.com">Paul_Hammant@yahoo.com</a>
    * @author Gerhard Froehlich <a href="mailto:g-froehlich@gmx.de">g-froehlich@gmx.de</a>
  - * @version * $Revision: 1.5 $
  + * @version * $Revision: 1.6 $
    */
   public interface Action {
       void execute() throws ActionException;
  +    void execute(String[] params) throws ActionException;
       void setDatabasePersistor(DatabasePersistor databasePersistor);
   }
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>