BEA Systems, Inc.

WebLogic Server 8.1 API Reference

weblogic.management.configuration
Interface JMSConstants

All Known Subinterfaces:
JMSConnectionFactoryMBean, JMSDestCommonMBean, JMSDestinationKeyMBean, JMSDestinationMBean, JMSDistributedDestinationMBean, JMSDistributedDestinationMemberMBean, JMSDistributedQueueMBean, JMSDistributedQueueMemberMBean, JMSDistributedTopicMBean, JMSDistributedTopicMemberMBean, JMSQueueMBean, JMSServerMBean, JMSSessionPoolMBean, JMSTemplateMBean, JMSTopicMBean, JMSVirtualDestinationMBean

public interface JMSConstants

Description of the Interface

Author:
Copyright © 2002 BEA Systems, Inc. All Rights Reserved.

Field Summary
static java.lang.String ACKNOWLEDGE_ALL
          Description of the Field
static java.lang.String ACKNOWLEDGE_MODE_AUTO
          Description of the Field
static java.lang.String ACKNOWLEDGE_MODE_CLIENT
          Description of the Field
static java.lang.String ACKNOWLEDGE_MODE_DUPS_OK
          Description of the Field
static java.lang.String ACKNOWLEDGE_MODE_NONE
          Description of the Field
static java.lang.String ACKNOWLEDGE_ONE
          Description of the Field
static java.lang.String ACKNOWLEDGE_PREVIOUS
          Description of the Field
static java.lang.String DESTINATION_TYPE_QUEUE
          Description of the Field
static java.lang.String DESTINATION_TYPE_TOPIC
          Description of the Field
static java.lang.String DISCARD
          Description of the Field
static java.lang.String ENABLED_DEFAULT
          Description of the Field
static java.lang.String ENABLED_FALSE
          Description of the Field
static java.lang.String ENABLED_TRUE
          Description of the Field
static java.lang.String ERRORDESTINATION
          Description of the Field
static java.lang.String FIFO
          Description of the Field
static java.lang.String KEEP_NEW
          Description of the Field
static java.lang.String KEEP_OLD
          Description of the Field
static java.lang.String KEY_DIRECTION_ASCENDING
          Description of the Field
static java.lang.String KEY_DIRECTION_DESCENDING
          Description of the Field
static java.lang.String KEY_TYPE_BOOLEAN
          Description of the Field
static java.lang.String KEY_TYPE_BYTE
          Description of the Field
static java.lang.String KEY_TYPE_DOUBLE
          Description of the Field
static java.lang.String KEY_TYPE_FLOAT
          Description of the Field
static java.lang.String KEY_TYPE_INT
          Description of the Field
static java.lang.String KEY_TYPE_LONG
          Description of the Field
static java.lang.String KEY_TYPE_SHORT
          Description of the Field
static java.lang.String KEY_TYPE_STRING
          Description of the Field
static java.lang.String LOGGING
          Description of the Field
static java.lang.String NO_DELIVERY
          Description of the Field
static java.lang.String NON_PERSISTENT
          Description of the Field
static java.lang.String PERSISTENT
          Description of the Field
static java.lang.String PREEMPTIVE
          Description of the Field
static int PRIORITY_DEFAULT
          Description of the Field
static int PRIORITY_MAXIMUM
          Description of the Field
static int PRIORITY_MINIMUM
          Description of the Field
static java.lang.String RANDOM
          Description of the Field
static java.lang.String ROUND_ROBIN
          Description of the Field
static long SEND_QUOTA_BLOCKING_TIMEOUT
          Description of the Field
static java.lang.String STORE_ENABLED_DEFAULT
          Description of the Field
static java.lang.String STORE_ENABLED_FALSE
          Description of the Field
static java.lang.String STORE_ENABLED_TRUE
          Description of the Field
static java.lang.String STORE_TYPE_FILE
          Description of the Field
static java.lang.String STORE_TYPE_JDBC
          Description of the Field
static java.lang.String SYNCWRITE_CACHEFLUSH
          Description of the Field
static java.lang.String SYNCWRITE_DIRECTWRITE
          Description of the Field
static java.lang.String SYNCWRITE_DISABLED
          Description of the Field
static java.lang.String TRANSACTION_MODE_51
          Description of the Field
static java.lang.String TRANSACTION_MODE_NONE
          Description of the Field
static java.lang.String TRANSACTION_MODE_XA
          Description of the Field
 

Field Detail

PERSISTENT

public static final java.lang.String PERSISTENT
Description of the Field

NON_PERSISTENT

public static final java.lang.String NON_PERSISTENT
Description of the Field

NO_DELIVERY

public static final java.lang.String NO_DELIVERY
Description of the Field

KEEP_OLD

public static final java.lang.String KEEP_OLD
Description of the Field

KEEP_NEW

public static final java.lang.String KEEP_NEW
Description of the Field

PRIORITY_MAXIMUM

public static final int PRIORITY_MAXIMUM
Description of the Field

PRIORITY_MINIMUM

public static final int PRIORITY_MINIMUM
Description of the Field

PRIORITY_DEFAULT

public static final int PRIORITY_DEFAULT
Description of the Field

DESTINATION_TYPE_QUEUE

public static final java.lang.String DESTINATION_TYPE_QUEUE
Description of the Field

DESTINATION_TYPE_TOPIC

public static final java.lang.String DESTINATION_TYPE_TOPIC
Description of the Field

STORE_TYPE_FILE

public static final java.lang.String STORE_TYPE_FILE
Description of the Field

STORE_TYPE_JDBC

public static final java.lang.String STORE_TYPE_JDBC
Description of the Field

ACKNOWLEDGE_MODE_AUTO

public static final java.lang.String ACKNOWLEDGE_MODE_AUTO
Description of the Field

ACKNOWLEDGE_MODE_CLIENT

public static final java.lang.String ACKNOWLEDGE_MODE_CLIENT
Description of the Field

ACKNOWLEDGE_MODE_DUPS_OK

public static final java.lang.String ACKNOWLEDGE_MODE_DUPS_OK
Description of the Field

ACKNOWLEDGE_MODE_NONE

public static final java.lang.String ACKNOWLEDGE_MODE_NONE
Description of the Field

KEY_DIRECTION_ASCENDING

public static final java.lang.String KEY_DIRECTION_ASCENDING
Description of the Field

KEY_DIRECTION_DESCENDING

public static final java.lang.String KEY_DIRECTION_DESCENDING
Description of the Field

KEY_TYPE_BOOLEAN

public static final java.lang.String KEY_TYPE_BOOLEAN
Description of the Field

KEY_TYPE_BYTE

public static final java.lang.String KEY_TYPE_BYTE
Description of the Field

KEY_TYPE_SHORT

public static final java.lang.String KEY_TYPE_SHORT
Description of the Field

KEY_TYPE_INT

public static final java.lang.String KEY_TYPE_INT
Description of the Field

KEY_TYPE_LONG

public static final java.lang.String KEY_TYPE_LONG
Description of the Field

KEY_TYPE_FLOAT

public static final java.lang.String KEY_TYPE_FLOAT
Description of the Field

KEY_TYPE_DOUBLE

public static final java.lang.String KEY_TYPE_DOUBLE
Description of the Field

KEY_TYPE_STRING

public static final java.lang.String KEY_TYPE_STRING
Description of the Field

TRANSACTION_MODE_XA

public static final java.lang.String TRANSACTION_MODE_XA
Description of the Field

TRANSACTION_MODE_51

public static final java.lang.String TRANSACTION_MODE_51
Description of the Field

TRANSACTION_MODE_NONE

public static final java.lang.String TRANSACTION_MODE_NONE
Description of the Field

STORE_ENABLED_TRUE

public static final java.lang.String STORE_ENABLED_TRUE
Description of the Field

STORE_ENABLED_FALSE

public static final java.lang.String STORE_ENABLED_FALSE
Description of the Field

STORE_ENABLED_DEFAULT

public static final java.lang.String STORE_ENABLED_DEFAULT
Description of the Field

ENABLED_TRUE

public static final java.lang.String ENABLED_TRUE
Description of the Field

ENABLED_FALSE

public static final java.lang.String ENABLED_FALSE
Description of the Field

ENABLED_DEFAULT

public static final java.lang.String ENABLED_DEFAULT
Description of the Field

ACKNOWLEDGE_ALL

public static final java.lang.String ACKNOWLEDGE_ALL
Description of the Field

ACKNOWLEDGE_PREVIOUS

public static final java.lang.String ACKNOWLEDGE_PREVIOUS
Description of the Field

ACKNOWLEDGE_ONE

public static final java.lang.String ACKNOWLEDGE_ONE
Description of the Field

ROUND_ROBIN

public static final java.lang.String ROUND_ROBIN
Description of the Field

RANDOM

public static final java.lang.String RANDOM
Description of the Field

DISCARD

public static final java.lang.String DISCARD
Description of the Field

LOGGING

public static final java.lang.String LOGGING
Description of the Field

ERRORDESTINATION

public static final java.lang.String ERRORDESTINATION
Description of the Field

SYNCWRITE_DISABLED

public static final java.lang.String SYNCWRITE_DISABLED
Description of the Field

SYNCWRITE_CACHEFLUSH

public static final java.lang.String SYNCWRITE_CACHEFLUSH
Description of the Field

SYNCWRITE_DIRECTWRITE

public static final java.lang.String SYNCWRITE_DIRECTWRITE
Description of the Field

SEND_QUOTA_BLOCKING_TIMEOUT

public static final long SEND_QUOTA_BLOCKING_TIMEOUT
Description of the Field

FIFO

public static final java.lang.String FIFO
Description of the Field

PREEMPTIVE

public static final java.lang.String PREEMPTIVE
Description of the Field

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs81b