xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.queuemsg.MsgQueueEntry

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.
 void ClientDispatchManager.postSendNotification(MsgQueueEntry entry)
           
 void ClientDispatchManager.postSendNotification(MsgQueueEntry[] entries)
           
 void ClientDispatchManager.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)
 boolean ClientDispatchManager.sendingFailedNotification(MsgQueueEntry[] entries, XmlBlasterException ex)
          Notify I_PostSendListener about problem.
 

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
abstract  void DispatchConnection.doSend(MsgQueueEntry[] msgArr_, boolean isAsyncMode)
          Send the messages.
 void I_PostSendListener.postSend(MsgQueueEntry[] msgQueueEntries)
          Called after a messages is send asynchronously from connection queue.
 void I_DispatchManager.postSendNotification(MsgQueueEntry entry)
           
 void I_DispatchManager.postSendNotification(MsgQueueEntry[] entries)
           
 void I_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 DispatchConnection.send(MsgQueueEntry[] msgArr, boolean isAsyncMode)
          Send the messages back to the client.
 boolean I_PostSendListener.sendingFailed(MsgQueueEntry[] entries, XmlBlasterException exception)
          Called if an asynchronous message is rejected by the server.
 boolean I_DispatchManager.sendingFailedNotification(MsgQueueEntry[] entries, XmlBlasterException ex)
          Notify I_PostSendListener about problem.
 

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[] I_MsgErrorInfo.getMsgQueueEntries()
          Access the message entry object to be handled
 MsgQueueEntry[] 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[] msgQueueEntries, I_DispatchManager dispatchManager, java.lang.Throwable throwable)
          Creates an error info instance for an array of message queue entries
MsgErrorInfo(Global glob, MsgQueueEntry msgQueueEntry, I_DispatchManager dispatchManager, java.lang.Throwable throwable)
          Creates an error info instance with errorCode="internal.unknown"
 

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 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.