xmlBlaster 2.2.0 client API

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

Packages that use XBMeat
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queuemsg   
 

Uses of XBMeat in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg with parameters of type XBMeat
 I_Entry ClientEntryFactory.createEntry(XBStore store, XBMeat meat, XBRef ref)
           
 

Uses of XBMeat in org.xmlBlaster.util.queue
 

Methods in org.xmlBlaster.util.queue that return XBMeat
 XBMeat I_Entry.getMeat()
           
 

Methods in org.xmlBlaster.util.queue with parameters of type XBMeat
 I_Entry I_EntryFactory.createEntry(XBStore store, XBMeat meat, XBRef ref)
          Added for 2008 Queues
 

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

Methods in org.xmlBlaster.util.queue.jdbc that return XBMeat
 XBMeat XBMeatFactory.get(XBStore store, long id, java.sql.Connection conn, int timeout)
           
 XBMeat XBRef.getMeat()
           
protected  XBMeat XBMeatFactory.rsToEntry(XBStore store, java.sql.ResultSet rs)
           
 

Methods in org.xmlBlaster.util.queue.jdbc that return types with arguments of type XBMeat
 java.util.List<XBMeat> XBMeatFactory.getFirstMeatEntries(XBStore store, java.sql.Connection conn, long numOfEntries, long numOfBytes, int timeout)
           
 

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type XBMeat
 long XBDatabaseAccessorDelegate.deleteEntries(XBStore store, XBRef[] refs, XBMeat[] meats)
           
 long XBDatabaseAccessor.deleteEntries(XBStore store, XBRef[] refs, XBMeat[] meats)
          Deletes the entries specified by the entries array.
 java.util.List<I_Entry> XBDatabaseAccessorDelegate.getEntries(XBStore store, XBRef[] refs, XBMeat[] meats)
           
 java.util.List<I_Entry> XBDatabaseAccessor.getEntries(XBStore store, XBRef[] refs, XBMeat[] meats)
          gets all the entries which have the dataid specified in the argument list.
 void XBMeatFactory.incrementRefCounters(XBStore store, XBMeat meat, long increment, java.sql.Connection conn, int timeout)
           
 void XBMeatFactory.insert(XBMeat xbMeat, java.sql.Connection conn, int timeout)
          Inserts an entry in the database
 long XBDatabaseAccessorDelegate.modifyEntry(XBStore store, XBMeat entry, XBMeat oldEntry, boolean onlyRefCounters)
           
 long XBDatabaseAccessor.modifyEntry(XBStore store, XBMeat entry, XBMeat oldEntry, boolean onlyRefCounters)
          modifies a row in the specified queue table
 void XBRef.setMeat(XBMeat meat)
           
 void XBMeatFactory.update(XBMeat xbMeat, java.sql.Connection conn, int timeout)
          Updates the XBMeat object.
 void XBMeatFactory.updateRefCounters(XBStore store, XBMeat xbMeat, java.sql.Connection conn, int timeout)
          Updates the XBMeat object.
 

Uses of XBMeat in org.xmlBlaster.util.queuemsg
 

Methods in org.xmlBlaster.util.queuemsg that return XBMeat
 XBMeat MsgQueueEntry.getMeat()
          For the new queues
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.