xmlBlaster 1.6.2 API

org.xmlBlaster.util.error
Interface I_MsgErrorInfo

All Known Implementing Classes:
MsgErrorInfo

public interface I_MsgErrorInfo

Encapsulates all necessary information to allow error handling of a lost message.

Author:
xmlBlaster@marcelruff.info

Method Summary
 DispatchManager getDispatchManager()
          Access the DispatchManager which holds the queue.
 MsgQueueEntry[] getMsgQueueEntries()
          Access the message entry object to be handled
 MsgUnit getMsgUnit()
          Is not null for client calls into server like XmlBlasterImpl.publish() where no queue is involved.
 I_Queue getQueue()
          Access the queue where the entries are inside.
 SessionName getSessionName()
          Access the sender.
 XmlBlasterException getXmlBlasterException()
          Access the exception object describing the problem
 java.lang.String toXml()
           
 java.lang.String toXml(java.lang.String extraOffset)
           
 

Method Detail

getMsgQueueEntries

public MsgQueueEntry[] getMsgQueueEntries()
Access the message entry object to be handled

Returns:
never null

getQueue

public I_Queue getQueue()
Access the queue where the entries are inside.

Returns:
null if entries are not in a queue

getDispatchManager

public DispatchManager getDispatchManager()
Access the DispatchManager which holds the queue.

Returns:
null if entries are not in a queue

getXmlBlasterException

public XmlBlasterException getXmlBlasterException()
Access the exception object describing the problem

Returns:
never null

getSessionName

public SessionName getSessionName()
Access the sender.

Returns:
null if not known

getMsgUnit

public MsgUnit getMsgUnit()
Is not null for client calls into server like XmlBlasterImpl.publish() where no queue is involved.

Returns:
null if not known

toXml

public java.lang.String toXml()

toXml

public java.lang.String toXml(java.lang.String extraOffset)

xmlBlaster 1.6.2 API

Copyright © 1999-2007 The xmlBlaster.org contributers.