xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.queue.jdbc.XBEntry

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

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

Subclasses of XBEntry in org.xmlBlaster.util.queue.jdbc
 class XBMeat
           
 class XBRef
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return XBEntry
 XBEntry[] XBDatabaseAccessorDelegate.getEntriesLike(java.lang.String queueNamePattern, java.lang.String flag, int numOfEntries, long numOfBytes, I_EntryFilter entryFilter)
           
 XBEntry[] XBDatabaseAccessor.getEntriesLike(java.lang.String queueNamePattern, java.lang.String flag, int numOfEntries, long numOfBytes, I_EntryFilter entryFilter)
          Raw access to the table.
protected  XBEntry XBStoreFactory.rsToEntry(XBStore store, java.sql.ResultSet rs)
           
protected abstract  XBEntry XBFactory.rsToEntry(XBStore store, java.sql.ResultSet rs)
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return types with arguments of type XBEntry
 java.util.List<XBEntry> XBFactory.getList(XBStore store, java.sql.Connection conn, XBEntry[] entries, int maxStLength, int maxNumSt, int timeout)
          Gets the specified entries.
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type XBEntry
protected  boolean XBFactory.checkSameStore(XBStore store, XBEntry entry)
           
 long XBRefFactory.deleteList(XBStore store, java.sql.Connection conn, XBEntry[] entries, int maxStLength, int maxNumSt, boolean commitInBetween, int timeout)
          Deletes the specified entries.
 long XBFactory.deleteList(XBStore store, java.sql.Connection conn, XBEntry[] entries, int maxStLength, int maxNumSt, boolean commitInBetween, int timeout)
          Deletes the specified entries.
 java.util.List<XBEntry> XBFactory.getList(XBStore store, java.sql.Connection conn, XBEntry[] entries, int maxStLength, int maxNumSt, int timeout)
          Gets the specified entries.
protected  java.util.List<java.lang.String> XBFactory.whereInStatement(java.lang.String reqPrefix, XBEntry[] entries, int maxStatementLength, int maxNumStatements)
          The prefix is the initial part of the SQL update/query.
 


xmlBlaster 2.2.0 API

Copyright © 1999-2014 The xmlBlaster.org contributers.