xmlBlaster 2.2.0 client API

org.xmlBlaster.util.queue
Interface I_QueueEntry

All Superinterfaces:
I_Entry, java.io.Serializable
All Known Implementing Classes:
DummyEntry, MsgQueueConnectEntry, MsgQueueDisconnectEntry, MsgQueueEntry, MsgQueueEraseEntry, MsgQueueGetEntry, MsgQueuePublishEntry, MsgQueueSubscribeEntry, MsgQueueUnSubscribeEntry

public interface I_QueueEntry
extends I_Entry, java.io.Serializable


Method Summary
 int compare(I_QueueEntry m2)
          Needed for sorting in queue
 boolean equals(I_QueueEntry m2)
          Needed for sorting in queue
 
Methods inherited from interface org.xmlBlaster.util.queue.I_Entry
added, embeddedObjectToXml, getEmbeddedObject, getEmbeddedType, getLogId, getMeat, getPriority, getRef, getSizeInBytes, getUniqueId, isPersistent, isStored, removed, setStored
 

Method Detail

compare

int compare(I_QueueEntry m2)
Needed for sorting in queue


equals

boolean equals(I_QueueEntry m2)
Needed for sorting in queue


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.