com.bigdata.journal
Class AbstractTask.InnerReadWriteTxServiceCallable

java.lang.Object
  extended by com.bigdata.journal.AbstractTask.DelegateTask
      extended by com.bigdata.journal.AbstractTask.InnerReadWriteTxServiceCallable
All Implemented Interfaces:
ITask, Callable
Enclosing class:
AbstractTask<T>

protected static class AbstractTask.InnerReadWriteTxServiceCallable
extends AbstractTask.DelegateTask

Inner class used to wrap up the call to AbstractTask.doTask() for read-write transactions.


Field Summary
 
Fields inherited from class com.bigdata.journal.AbstractTask.DelegateTask
delegate
 
Method Summary
 Object call()
          Wraps up the execution of AbstractTask.doTask().
 
Methods inherited from class com.bigdata.journal.AbstractTask.DelegateTask
getIndex, getJournal, getOnlyResource, getResource, getResourceManager, getTaskCounters, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

call

public Object call()
            throws Exception
Wraps up the execution of AbstractTask.doTask().

Throws:
Exception


Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.