net.sf.xaj
Interface XmlDb.BatchTaskResult

All Superinterfaces:
java.util.concurrent.Future<java.util.List<java.io.Serializable>>
Enclosing interface:
XmlDb

public static interface XmlDb.BatchTaskResult
extends java.util.concurrent.Future<java.util.List<java.io.Serializable>>

A Future for the List of Serializable XmlResource IDs processed in the batch process.


Method Summary
 java.lang.String getBatchTransactionId()
          Get the batch process transaction ID.
 
Methods inherited from interface java.util.concurrent.Future
cancel, get, get, isCancelled, isDone
 

Method Detail

getBatchTransactionId

java.lang.String getBatchTransactionId()
Get the batch process transaction ID.

Returns:
the batch proces transaction ID