| Methods in org.xmlBlaster.util.queue.jdbc that return ReturnDataHolder |
ReturnDataHolder |
XBRefFactory.getAndDeleteLowest(XBStore store,
java.sql.Connection conn,
int numOfEntries,
long numOfBytes,
int maxPriority,
long minUniqueId,
boolean leaveOne,
boolean doDelete,
int maxStLength,
int maxNumSt,
int timeout)
Under the same transaction it gets and deletes all the entries which fit
into the constrains specified in the argument list. |
ReturnDataHolder |
XBQueueFactory.getAndDeleteLowest(XBStore store,
int numOfEntries,
long numOfBytes,
int maxPriority,
long minUniqueId,
boolean leaveOne,
boolean doDelete,
I_Storage storage)
Under the same transaction it gets and deletes all the entries which fit
into the constrains specified in the argument list. |
ReturnDataHolder |
JdbcManagerCommonTable.getAndDeleteLowest(StorageId storageId,
int numOfEntries,
long numOfBytes,
int maxPriority,
long minUniqueId,
boolean leaveOne,
boolean doDelete)
Under the same transaction it gets and deletes all the entries which fit
into the constrains specified in the argument list. |
ReturnDataHolder |
JdbcManagerCommonTable.deleteFirstEntries(java.lang.String queueName,
long numOfEntries,
long amount)
Deletes number of entries specified by the argument list. |