xmlBlaster 1.6.2 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 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.
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.