xmlBlaster 2.2.0 API

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

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

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.
(package private)  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 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.
private  ReturnDataHolder CommonTableDatabaseAccessor.processResultSetForDeleting(java.sql.ResultSet rs, int numOfEntries, long numOfBytes, java.util.List<java.lang.Long> retL)
          It accepts result sets with (long dataId, long size)
 

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

Methods in org.xmlBlaster.util.queue.ram that return ReturnDataHolder
private  ReturnDataHolder RamQueuePlugin.genericPeek(int numOfEntries, long numOfBytes, int minPrio, int maxPrio)
           
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.