javax.jms
Interface DeliveryMode


public interface DeliveryMode

Version:
$Revision: 1.2 $
Author:
Chris Kimpton (chris@kimptoc.net)

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


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.