org.tranql.ejb
Class EJBUpdateCommand

java.lang.Object
  extended byorg.tranql.ejb.EJBUpdateCommand
All Implemented Interfaces:
java.io.Serializable, UpdateCommand

public class EJBUpdateCommand
extends java.lang.Object
implements UpdateCommand

Version:
$Revision: 51 $ $Date: 2004-04-21 05:21:25 +0200 (Wed, 21 Apr 2004) $
See Also:
Serialized Form

Constructor Summary
EJBUpdateCommand(Query query)
           
 
Method Summary
 int execute(InTxCache cache, Row params)
           
 Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EJBUpdateCommand

public EJBUpdateCommand(Query query)
Method Detail

getQuery

public Query getQuery()
Specified by:
getQuery in interface UpdateCommand

execute

public int execute(InTxCache cache,
                   Row params)
            throws QueryException
Specified by:
execute in interface UpdateCommand
Throws:
QueryException


Copyright © -2006 The Codehaus. All Rights Reserved.