public class SendMessageData
extends java.lang.Object
Constructor and Description |
---|
SendMessageData(java.lang.Object message,
Member destination,
java.lang.Exception exception) |
Modifier and Type | Method and Description |
---|---|
Member |
getDestination() |
java.lang.Exception |
getException() |
java.lang.Object |
getMessage() |
void |
setDestination(Member destination) |
void |
setException(java.lang.Exception exception) |
void |
setMessage(java.lang.Object message) |
public SendMessageData(java.lang.Object message, Member destination, java.lang.Exception exception)
message
- destination
- exception
- public Member getDestination()
public void setDestination(Member destination)
destination
- The destination to set.public java.lang.Exception getException()
public void setException(java.lang.Exception exception)
exception
- The exception to set.public java.lang.Object getMessage()
public void setMessage(java.lang.Object message)
message
- The message to set.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.