xmlBlaster 1.6.2 client 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
 I_Queue getQueue()
          Access the queue where the entries are inside.
 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

toXml

public java.lang.String toXml()

toXml

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

xmlBlaster 1.6.2 client API

Copyright © 1999-2007 The xmlBlaster.org contributers.