org.tranql.cache
Class CacheLoadCommand

java.lang.Object
  extended by org.tranql.cache.CacheLoadCommand
All Implemented Interfaces:
java.io.Serializable, QueryCommand

public final class CacheLoadCommand
extends java.lang.Object
implements QueryCommand

Version:
$Revision: 323 $ $Date: 2006-02-19 07:29:24 +0100 (Sun, 19 Feb 2006) $
See Also:
Serialized Form

Constructor Summary
CacheLoadCommand(QueryCommand next, IdentityDefiner idDefiner, int[] slotMap)
           
 
Method Summary
 java.lang.Object execute(InTxCache cache, ResultHandler handler, Row params, java.lang.Object arg)
           
 Query getQuery()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CacheLoadCommand

public CacheLoadCommand(QueryCommand next,
                        IdentityDefiner idDefiner,
                        int[] slotMap)
Method Detail

getQuery

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

execute

public java.lang.Object execute(InTxCache cache,
                                ResultHandler handler,
                                Row params,
                                java.lang.Object arg)
                         throws QueryException
Specified by:
execute in interface QueryCommand
Throws:
QueryException


Copyright © -2010 The Codehaus. All Rights Reserved.