|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectprogress.message.jclient.DeliveryMode
public final class DeliveryMode
This class defines the message delivery mode(s) specific to Progress SonicMQ
Field Summary | |
---|---|
static int |
DISCARDABLE
This mode is essentially another type of non-persistent delivery. |
static int |
NON_PERSISTENT_ASYNC
Deprecated. |
static int |
NON_PERSISTENT_REPLICATED
This delivery mode is used with fault-tolerant connections. |
static int |
NON_PERSISTENT_SYNC
Deprecated. |
Constructor Summary | |
---|---|
DeliveryMode()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NON_PERSISTENT_ASYNC
public static final int NON_PERSISTENT_SYNC
public static final int DISCARDABLE
public static final int NON_PERSISTENT_REPLICATED
Constructor Detail |
---|
public DeliveryMode()
|
SonicMQ API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |