xmlBlaster 1.6.2 client API

Uses of Interface
org.xmlBlaster.util.queue.I_Entry

Packages that use I_Entry
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queue.cache   
org.xmlBlaster.util.queue.jdbc   
org.xmlBlaster.util.queue.ram   
org.xmlBlaster.util.queuemsg   
 

Uses of I_Entry in org.xmlBlaster.client.queuemsg
 

Classes in org.xmlBlaster.client.queuemsg that implement I_Entry
 class MsgQueueConnectEntry
          Wraps an connect() message into an entry for a sorted queue.
 class MsgQueueDisconnectEntry
          Wraps an disconnect() message into an entry for a sorted queue.
 class MsgQueueEraseEntry
          Wraps an erase() message into an entry for a sorted queue.
 class MsgQueueGetEntry
          Wraps an get() message into an entry for a sorted queue.
 class MsgQueuePublishEntry
          Wraps an publish() message into an entry for a sorted queue.
 class MsgQueueSubscribeEntry
          Wraps an subscribe() message into an entry for a sorted queue.
 class MsgQueueUnSubscribeEntry
          Wraps an unSubscribe() message into an entry for a sorted queue.
 

Methods in org.xmlBlaster.client.queuemsg that return I_Entry
 I_Entry ClientEntryFactory.createEntry(int priority, long timestamp, java.lang.String type, boolean persistent, long sizeInBytes, java.io.InputStream is, StorageId storageId)
          Parses back the raw data to a I_Entry (deserializing)
 

Methods in org.xmlBlaster.client.queuemsg with parameters of type I_Entry
 byte[] ClientEntryFactory.toBlob(I_Entry entry)
          Parses the specified entry to a byte array (serializing).
 

Uses of I_Entry in org.xmlBlaster.util.queue
 

Subinterfaces of I_Entry in org.xmlBlaster.util.queue
 interface I_QueueEntry
           
 

Methods in org.xmlBlaster.util.queue that return I_Entry
 I_Entry I_EntryFilter.intercept(I_Entry entry, I_Storage storage)
          Invoked by the I_Map or I_Queue implementation when entries are read from the store.
 I_Entry I_EntryFactory.createEntry(int priority, long timestamp, java.lang.String type, boolean persistent, long sizeInBytes, java.io.InputStream is, StorageId storageId)
          Parses back the raw data to a I_Entry (deserializing)
 

Methods in org.xmlBlaster.util.queue with parameters of type I_Entry
 I_Entry I_EntryFilter.intercept(I_Entry entry, I_Storage storage)
          Invoked by the I_Map or I_Queue implementation when entries are read from the store.
 boolean[] I_Queue.removeRandom(I_Entry[] queueEntries)
          Removes the given entries.
 int I_Queue.removeRandom(I_Entry entry)
          Removes the given entry.
 byte[] I_EntryFactory.toBlob(I_Entry entry)
          Parses the specified entry to a byte array (serializing).
 

Uses of I_Entry in org.xmlBlaster.util.queue.cache
 

Methods in org.xmlBlaster.util.queue.cache with parameters of type I_Entry
 int CacheQueueInterceptorPlugin.removeRandom(I_Entry entry)
           
 boolean[] CacheQueueInterceptorPlugin.removeRandom(I_Entry[] queueEntries)
           
 

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

Methods in org.xmlBlaster.util.queue.jdbc with parameters of type I_Entry
 long JdbcManagerCommonTable.modifyEntry(java.lang.String queueName, I_Entry entry, I_Entry oldEntry)
          modifies a row in the specified queue table
 boolean JdbcManagerCommonTable.addEntry(java.lang.String queueName, I_Entry entry)
          Adds a row to the specified queue table
 int[] JdbcManagerCommonTable.addEntries(java.lang.String queueName, I_Entry[] entries)
          Adds several rows to the specified queue table in batch mode to improve performance
 java.util.ArrayList JdbcManagerCommonTable.getEntriesWithLimit(StorageId storageId, I_Entry limitEntry)
          gets the first numOfEntries of the queue until the limitEntry is reached.
 long JdbcManagerCommonTable.removeEntriesWithLimit(StorageId storageId, I_Entry limitEntry, boolean inclusive)
          deletes the first numOfEntries of the queue until the limitEntry is reached.
 int JdbcQueueCommonTablePlugin.removeRandom(I_Entry entry)
           
 boolean[] JdbcQueueCommonTablePlugin.removeRandom(I_Entry[] queueEntries)
           
 int[] JdbcManagerCommonTableDelegate.addEntries(java.lang.String queueName, I_Entry[] entries)
           
 long JdbcManagerCommonTableDelegate.modifyEntry(java.lang.String queueName, I_Entry entry, I_Entry oldEntry)
           
 

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

Methods in org.xmlBlaster.util.queue.ram with parameters of type I_Entry
 int RamQueuePlugin.removeRandom(I_Entry entry)
           
 boolean[] RamQueuePlugin.removeRandom(I_Entry[] queueEntries)
           
 

Uses of I_Entry in org.xmlBlaster.util.queuemsg
 

Classes in org.xmlBlaster.util.queuemsg that implement I_Entry
 class DummyEntry
           
 class MsgQueueEntry
          Base class to enter xmlBlaster method invocations (messages) into an ordered queue.
 


xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.