|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.client.FlushResult
public class FlushResult
Stores the messages that should be written to the network as a result of a flush invocation on a FlexClient's outbound queue.
| Constructor Summary | |
|---|---|
FlushResult()
Constructs a FlushResult instance to return from a flush invocation on a FlexClient's outbound queue. |
|
| Method Summary | |
|---|---|
List |
getMessages()
Returns the messages to write to the network for this flush invocation. |
int |
getNextFlushWaitTimeMillis()
Returns the wait time in milliseconds for when the next flush invocation should occur. |
void |
setMessages(List value)
Sets the messages to write to the network for this flush invocation. |
void |
setNextFlushWaitTimeMillis(int value)
Sets the wait time in milliseconds for when the next flush invocation should occur. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FlushResult()
| Method Detail |
|---|
public List getMessages()
public void setMessages(List value)
value - The messages to write to the network for this flush invocation.public int getNextFlushWaitTimeMillis()
public void setNextFlushWaitTimeMillis(int value)
value - The wait time in milliseconds before flush will be invoked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
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/client/FlushResult.html