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

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

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

BatchOperationSet combines set of BatchOperations into one Batchable object

Author:
Joe Betz

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.BatchOperationSet()
           
 
Method Summary
 void add(Batchable.BatchOperation operation)
          Add BatchOperation to set
 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.BatchOperationSet

public Batchable.BatchOperationSet()
Method Detail

add

public void add(Batchable.BatchOperation operation)
Add BatchOperation to set

Parameters:
operation - BatchOperation to add

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.