|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectflex.messaging.services.messaging.adapters.JMSSettings.DeliverySettings
public static class JMSSettings.DeliverySettings
A static inner class for delivery settings.
| Constructor Summary | |
|---|---|
JMSSettings.DeliverySettings()
Creates a default DeliverySettings instance with default
settings. |
|
| Method Summary | |
|---|---|
String |
getMode()
Returns the message delivery mode. |
long |
getSyncReceiveIntervalMillis()
Returns the interval of the sync receive message call. |
long |
getSyncReceiveWaitMillis()
Returns how long a JMS proxy waits for a message before returning. |
void |
setMode(String mode)
Sets the message delivery mode. |
void |
setSyncReceiveIntervalMillis(long syncReceiveIntervalMillis)
Sets the interval of the receive message call. |
void |
setSyncReceiveWaitMillis(long syncReceiveWaitMillis)
Sets how long a JMS proxy waits for a message before returning. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JMSSettings.DeliverySettings()
DeliverySettings instance with default
settings.
| Method Detail |
|---|
public String getMode()
public void setMode(String mode)
mode - The message delivery mode. Valid values are async and sync.public long getSyncReceiveIntervalMillis()
public void setSyncReceiveIntervalMillis(long syncReceiveIntervalMillis)
syncReceiveIntervalMillis - A positive long that indicates
the interval of the receive message call.public long getSyncReceiveWaitMillis()
public void setSyncReceiveWaitMillis(long syncReceiveWaitMillis)
syncReceiveWaitMillis - A non-negative value that indicates how
long a JMS proxy waits for a message before returning. Zero means no
wait, negative one means wait until a message arrives.
|
||||||||||
| 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/services/messaging/adapters/JMSSettings.DeliverySettings.html