xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.queue.ReturnDataHolder

Packages that use ReturnDataHolder
org.xmlBlaster.util.queue.jdbc   
 

Uses of ReturnDataHolder in org.xmlBlaster.util.queue.jdbc
 

Methods in org.xmlBlaster.util.queue.jdbc that return ReturnDataHolder
 ReturnDataHolder CommonTableDatabaseAccessor.deleteFirstEntries(java.lang.String queueName, long numOfEntries, long amount)
          Deletes number of entries specified by the argument list.
 ReturnDataHolder CommonTableDatabaseAccessor.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 XBDatabaseAccessorDelegate.getAndDeleteLowest(XBStore store, int numOfEntries, long numOfBytes, int maxPriority, long minUniqueId, boolean leaveOne, boolean doDelete, I_Storage storage)
           
 ReturnDataHolder XBDatabaseAccessor.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.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.