|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.messages.AbstractMessage
flex.messaging.messages.AsyncMessage
public class AsyncMessage
This type of message contains information necessary to perform point-to-point or publish-subscribe messaging.
| Field Summary | |
|---|---|
static String |
SUBTOPIC_HEADER_NAME
The name for the subtopic header if the message targets a destination subtopic. |
| Fields inherited from interface flex.messaging.messages.Message |
|---|
DESTINATION_CLIENT_ID_HEADER, ENDPOINT_HEADER, FLEX_CLIENT_ID_HEADER, REMOTE_CREDENTIALS_CHARSET_HEADER, REMOTE_CREDENTIALS_HEADER, SYNC_HEADER |
| Constructor Summary | |
|---|---|
AsyncMessage()
Default constructor for AsyncMessage. |
|
| Method Summary | |
|---|---|
String |
getCorrelationId()
Gets the correlationId of the AsyncMessage. |
void |
setCorrelationId(String correlationId)
Sets the correlationId of the AsyncMessage. |
| Methods inherited from class flex.messaging.messages.AbstractMessage |
|---|
clone, equals, getBody, getClientId, getDestination, getHeader, getHeaders, getMessageId, getTimestamp, getTimeToLive, hashCode, headerExists, logCategory, setBody, setClientId, setDestination, setHeader, setHeaders, setMessageId, setTimestamp, setTimeToLive, toString, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String SUBTOPIC_HEADER_NAME
| Constructor Detail |
|---|
public AsyncMessage()
AsyncMessage.
| Method Detail |
|---|
public String getCorrelationId()
AsyncMessage.
public void setCorrelationId(String correlationId)
AsyncMessage.
correlationId - The correlationId for the message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/blazeds/1/javadoc/flex/messaging/messages/AsyncMessage.html
Comments
Tangent Lin said on Jul 29, 2009 at 7:35 PM :