Package javax.jms
Interface DeliveryMode
-
public interface DeliveryMode
- Version:
- $Rev: 467553 $ $Date: 2006-10-25 05:01:51 +0100 (Wed, 25 Oct 2006) $
-
-
Field Summary
Fields Modifier and Type Field Description static int
NON_PERSISTENT
static int
PERSISTENT
-
-
-
Field Detail
-
NON_PERSISTENT
static final int NON_PERSISTENT
- See Also:
- Constant Field Values
-
PERSISTENT
static final int PERSISTENT
- See Also:
- Constant Field Values
-
-