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