|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use MsgQueueEntry | |
| org.xmlBlaster.client | This is the Java client side package. |
| org.xmlBlaster.client.dispatch | |
| org.xmlBlaster.client.queuemsg | |
| org.xmlBlaster.util.dispatch | |
| org.xmlBlaster.util.dispatch.plugins.prio | |
| org.xmlBlaster.util.error | |
| org.xmlBlaster.util.queuemsg | |
| Uses of MsgQueueEntry in org.xmlBlaster.client |
| Methods in org.xmlBlaster.client with parameters of type MsgQueueEntry | |
void |
XmlBlasterAccess.postSend(MsgQueueEntry[] entries)
Called after a messages is send from the client side queue, but not for oneway messages. |
boolean |
XmlBlasterAccess.sendingFailed(MsgQueueEntry[] entries,
XmlBlasterException exception)
|
| Uses of MsgQueueEntry in org.xmlBlaster.client.dispatch |
| Methods in org.xmlBlaster.client.dispatch with parameters of type MsgQueueEntry | |
void |
ClientDispatchConnection.doSend(MsgQueueEntry[] msgArr_,
boolean isAsyncMode)
Send the messages to xmlBlaster. |
| Uses of MsgQueueEntry in org.xmlBlaster.client.queuemsg |
| Subclasses of MsgQueueEntry in org.xmlBlaster.client.queuemsg | |
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. |
| Uses of MsgQueueEntry in org.xmlBlaster.util.dispatch |
| Methods in org.xmlBlaster.util.dispatch with parameters of type MsgQueueEntry | |
void |
DispatchManager.postSendNotification(MsgQueueEntry entry)
|
void |
DispatchManager.postSendNotification(MsgQueueEntry[] entries)
|
boolean |
DispatchManager.sendingFailedNotification(MsgQueueEntry[] entries,
XmlBlasterException ex)
Notify I_PostSendListener about problem. |
void |
DispatchManager.removeFromQueue(MsgQueueEntry[] entries,
boolean postSendNotify)
Messages are successfully sent, remove them now from queue (sort of a commit()): We remove filtered/destroyed messages as well (which doen't show up in entryListChecked) |
void |
DispatchConnectionsHandler.send(MsgQueueEntry[] msgArr,
boolean isAsyncMode)
Send the messages back to the client. |
void |
I_PostSendListener.postSend(MsgQueueEntry[] msgQueueEntries)
Called after a messages is send asynchronously from connection queue. |
boolean |
I_PostSendListener.sendingFailed(MsgQueueEntry[] entries,
XmlBlasterException exception)
Called if an asynchronous message is rejected by the server. |
abstract void |
DispatchConnection.doSend(MsgQueueEntry[] msgArr_,
boolean isAsyncMode)
Send the messages. |
void |
DispatchConnection.send(MsgQueueEntry[] msgArr,
boolean isAsyncMode)
Send the messages back to the client. |
| Uses of MsgQueueEntry in org.xmlBlaster.util.dispatch.plugins.prio |
| Methods in org.xmlBlaster.util.dispatch.plugins.prio with parameters of type MsgQueueEntry | |
void |
XmlBlasterNativeClient.sendPtPMessage(MsgQueueEntry entry,
java.lang.String pluginName,
java.lang.String action,
java.lang.String currStatus)
Send a PtP message to the publisher notifying him on problems about dispatching his just published message. |
| Uses of MsgQueueEntry in org.xmlBlaster.util.error |
| Methods in org.xmlBlaster.util.error that return MsgQueueEntry | |
MsgQueueEntry[] |
MsgErrorInfo.getMsgQueueEntries()
Access the message entry object to be handled |
MsgQueueEntry[] |
I_MsgErrorInfo.getMsgQueueEntries()
Access the message entry object to be handled |
| Constructors in org.xmlBlaster.util.error with parameters of type MsgQueueEntry | |
MsgErrorInfo(Global glob,
MsgQueueEntry msgQueueEntry,
DispatchManager dispatchManager,
java.lang.Throwable throwable)
Creates an error info instance with errorCode="internal.unknown" |
|
MsgErrorInfo(Global glob,
MsgQueueEntry[] msgQueueEntries,
DispatchManager dispatchManager,
java.lang.Throwable throwable)
Creates an error info instance for an array of message queue entries |
|
| Uses of MsgQueueEntry in org.xmlBlaster.util.queuemsg |
| Subclasses of MsgQueueEntry in org.xmlBlaster.util.queuemsg | |
class |
DummyEntry
|
| Fields in org.xmlBlaster.util.queuemsg declared as MsgQueueEntry | |
protected MsgQueueEntry |
MsgQueueEntry.refToCloneOrigin
|
|
xmlBlaster 1.6.2 client API | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||