|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
com.meiglobal.ebds.api.event.AcceptorEvent
com.meiglobal.ebds.api.event.SendMessageFailureEvent
public class SendMessageFailureEvent
Event generated when the api fails send a non-poll message or fails to receive a proper reply to the sent message. The host can view the message to determine if they should attempt to retry this message at a later time.
Field Summary |
---|
Fields inherited from class com.meiglobal.ebds.api.event.AcceptorEvent |
---|
description |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
SendMessageFailureEvent(java.lang.Object source,
Message message)
Constructor |
Method Summary | |
---|---|
Message |
getMessage()
Gets the message that failed to be sent. |
Methods inherited from class com.meiglobal.ebds.api.event.AcceptorEvent |
---|
getDescription |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SendMessageFailureEvent(java.lang.Object source, Message message)
source
- Event source object.message
- Message object that contains details on the message
that failed to be sent.Method Detail |
---|
public Message getMessage()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |