|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.huihoo.jfox.ms.jms.base.DeliveryModeImpl
This class implements javax.jms.DeliveryMode.
| Field Summary |
| Fields inherited from interface javax.jms.DeliveryMode |
NON_PERSISTENT, PERSISTENT |
| Constructor Summary | |
DeliveryModeImpl()
Default constructor without param. |
|
DeliveryModeImpl(int deliveryMode)
Create DeliveryModeImpl with defaultDeliveryMode. |
|
| Method Summary | |
int |
getDeliveryMode()
Get Message DeliveryMode. |
void |
setDeliveryMode(int deliveryMode)
Set Message DeliveryMode |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public DeliveryModeImpl()
public DeliveryModeImpl(int deliveryMode)
throws javax.jms.JMSException
deliveryMode -
javax.jms.JMSException - if the defaultDeliveryMode is invalid| Method Detail |
public void setDeliveryMode(int deliveryMode)
throws javax.jms.JMSException
javax.jms.JMSException - if the defaultDeliveryMode is invalidpublic int getDeliveryMode()
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||