|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface I_QueuePutListener
| Method Summary | |
|---|---|
void |
putPost(I_QueueEntry queueEntry)
Called by I_Queue implementation before leaving put() and somebody has registered for such events. |
void |
putPost(I_QueueEntry[] queueEntries)
Called by I_Queue implementation before leaving put() and somebody has registered for such events. |
boolean |
putPre(I_QueueEntry queueEntry)
Called by I_Queue implementation when a put() is invoked and somebody has registered for such events |
boolean |
putPre(I_QueueEntry[] queueEntries)
Called by I_Queue implementation when a put() is invoked and somebody has registered for such events |
| Method Detail |
|---|
boolean putPre(I_QueueEntry queueEntry)
throws XmlBlasterException
queueEntry - Is guaranteed to never be null
XmlBlasterExceptionI_Queue.put(I_QueueEntry, boolean)
boolean putPre(I_QueueEntry[] queueEntries)
throws XmlBlasterException
queueEntries - Is guaranteed to never be null
XmlBlasterExceptionI_Queue.put(I_QueueEntry[], boolean)
void putPost(I_QueueEntry queueEntry)
throws XmlBlasterException
queueEntry - Is guaranteed to never be null
XmlBlasterExceptionI_Queue.put(I_QueueEntry, boolean)
void putPost(I_QueueEntry[] queueEntries)
throws XmlBlasterException
queueEntries - Is guaranteed to never be null
XmlBlasterExceptionI_Queue.put(I_QueueEntry[], boolean)
|
xmlBlaster 2.1.0 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||