|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of I_EntryFilter in org.xmlBlaster.engine.msgstore |
| Methods in org.xmlBlaster.engine.msgstore with parameters of type I_EntryFilter | |
I_MapEntry[] |
I_Map.getAll(I_EntryFilter entryFilter)
Retrieve all entries in the storage, please take care on memory consumption. |
| Uses of I_EntryFilter in org.xmlBlaster.engine.msgstore.cache |
| Methods in org.xmlBlaster.engine.msgstore.cache with parameters of type I_EntryFilter | |
I_MapEntry[] |
PersistenceCachePlugin.getAll(I_EntryFilter entryFilter)
Access all entries. |
| Uses of I_EntryFilter in org.xmlBlaster.engine.msgstore.ram |
| Methods in org.xmlBlaster.engine.msgstore.ram with parameters of type I_EntryFilter | |
I_MapEntry[] |
MapPlugin.getAll(I_EntryFilter entryFilter)
|
| Uses of I_EntryFilter in org.xmlBlaster.util.queue |
| Methods in org.xmlBlaster.util.queue with parameters of type I_EntryFilter | |
java.util.ArrayList |
I_Queue.getEntries(I_EntryFilter entryFilter)
Gets a copy of the entries (e.g the messages) in the queue. |
| Uses of I_EntryFilter in org.xmlBlaster.util.queue.cache |
| Methods in org.xmlBlaster.util.queue.cache with parameters of type I_EntryFilter | |
java.util.ArrayList |
CacheQueueInterceptorPlugin.getEntries(I_EntryFilter entryFilter)
|
| Uses of I_EntryFilter in org.xmlBlaster.util.queue.jdbc |
| Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_EntryFilter | |
private java.util.ArrayList |
JdbcManagerCommonTable.processResultSet(java.sql.ResultSet rs,
StorageId storageId,
int numOfEntries,
long numOfBytes,
boolean onlyId,
I_EntryFilter entryFilter)
|
java.util.ArrayList |
JdbcManagerCommonTable.getEntriesByPriority(StorageId storageId,
int numOfEntries,
long numOfBytes,
int minPrio,
int maxPrio,
I_EntryFilter entryFilter)
gets the first numOfEntries of the queue which have the priority in the range specified by prioMin and prioMax (inclusive). |
java.util.ArrayList |
JdbcManagerCommonTable.getEntries(StorageId storageId,
int numOfEntries,
long numOfBytes,
I_EntryFilter entryFilter)
gets the first numOfEntries of the queue. |
java.util.ArrayList |
JdbcManagerCommonTable.getEntriesLike(java.lang.String queueNamePattern,
java.lang.String flag,
int numOfEntries,
long numOfBytes,
I_EntryFilter entryFilter)
Raw access to the table. |
java.util.ArrayList |
JdbcQueueCommonTablePlugin.getEntries(I_EntryFilter entryFilter)
|
I_MapEntry[] |
JdbcQueueCommonTablePlugin.getAll(I_EntryFilter entryFilter)
|
java.util.ArrayList |
JdbcManagerCommonTableDelegate.getEntries(StorageId storageId,
int numOfEntries,
long numOfBytes,
I_EntryFilter entryFilter)
|
| Uses of I_EntryFilter in org.xmlBlaster.util.queue.ram |
| Methods in org.xmlBlaster.util.queue.ram with parameters of type I_EntryFilter | |
java.util.ArrayList |
RamQueuePlugin.getEntries(I_EntryFilter entryFilter)
Gets a copy of the entries (the messages) in the queue. |
|
xmlBlaster 1.6.2 API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||