|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.interfaceware.iguana.plugin.DestinationMessageReceivedEventInputs
public class DestinationMessageReceivedEventInputs
This class is used to pass data from Iguana to messageReceived
and resubmissionPreviewMessageReceived
event handlers.
Constructor Summary | |
---|---|
DestinationMessageReceivedEventInputs()
|
|
DestinationMessageReceivedEventInputs(long Handle)
|
Method Summary | |
---|---|
protected void |
finalize()
|
java.lang.String |
getMessage()
Message received from Iguana. |
java.lang.String |
getMessageLogId()
Id assigned by Iguana uniquely identifying the received message within Iguana's logs. |
void |
release()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DestinationMessageReceivedEventInputs() throws PluginException
PluginException
public DestinationMessageReceivedEventInputs(long Handle) throws PluginException
PluginException
Method Detail |
---|
public void release() throws PluginException
PluginException
protected void finalize() throws PluginException
finalize
in class java.lang.Object
PluginException
public java.lang.String getMessage() throws PluginException
Message received from Iguana.
PluginException
public java.lang.String getMessageLogId() throws PluginException
Id assigned by Iguana uniquely identifying the received message within Iguana's logs.
The Message Log Id may be used to query Iguana for additional message-related information.
See
http://www.interfaceware.com/manual/iguana4_using_message_id.html
Note that Message Log Ids are not supplied to resubmissionPreviewMessageReceived
events, since Iguana does not assign Message
Log Ids to resubmission preview messages.
PluginException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |