org.openanzo.jdbc.utils.batchable
Class Batchable.NullBatch

java.lang.Object
  extended by org.openanzo.jdbc.utils.batchable.Batchable.NullBatch
All Implemented Interfaces:
Batchable
Enclosing interface:
Batchable

public static class Batchable.NullBatch
extends java.lang.Object
implements Batchable

Simple implementation of Batchable that does nothing except serve as a place holder.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.openanzo.jdbc.utils.batchable.Batchable
Batchable.BatchGroup, Batchable.BatchOperation, Batchable.BatchOperationSet, Batchable.NullBatch
 
Field Summary
 
Fields inherited from interface org.openanzo.jdbc.utils.batchable.Batchable
EMPTY_BATCH
 
Constructor Summary
Batchable.NullBatch()
           
 
Method Summary
 java.util.List<Batchable.BatchOperation> listBatchOperations()
          Get the current list of batch operations for this object
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Batchable.NullBatch

public Batchable.NullBatch()
Method Detail

listBatchOperations

public java.util.List<Batchable.BatchOperation> listBatchOperations()
Description copied from interface: Batchable
Get the current list of batch operations for this object

Specified by:
listBatchOperations in interface Batchable
Returns:
the current list of batch operations for this object


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.