org.apache.openjpa.slice.jdbc
Class DistributedStoreQuery.UpdateExecutor

java.lang.Object
  extended by org.apache.openjpa.slice.jdbc.DistributedStoreQuery.UpdateExecutor
All Implemented Interfaces:
Callable<Number>
Enclosing class:
DistributedStoreQuery

static class DistributedStoreQuery.UpdateExecutor
extends Object
implements Callable<Number>


Field Summary
(package private)  StoreQuery.Executor executor
           
(package private)  Object[] params
           
(package private)  StoreQuery query
           
 
Constructor Summary
DistributedStoreQuery.UpdateExecutor()
           
 
Method Summary
 Number call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

query

StoreQuery query

executor

StoreQuery.Executor executor

params

Object[] params
Constructor Detail

DistributedStoreQuery.UpdateExecutor

DistributedStoreQuery.UpdateExecutor()
Method Detail

call

public Number call()
            throws Exception
Specified by:
call in interface Callable<Number>
Throws:
Exception


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.