Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.jms
Interface DeliveryMode  view DeliveryMode download DeliveryMode.java


public interface DeliveryMode

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $

Field Summary
static int NON_PERSISTENT
           
static int PERSISTENT
           
 

Field Detail

NON_PERSISTENT

public static final int NON_PERSISTENT
See Also:
Constant Field Values

PERSISTENT

public static final int PERSISTENT
See Also:
Constant Field Values