public synchronized List addIncompleteBatchIDsTo(List c)(Code)
Adds all incomplete transaction batch ids to the given collection in the order they were added. An incomplete
transaction batch is a batch for which not all its constituent transactions have been ACKed.
Parameters: c - The collection to add all incomplete batch ids to The input collection