com.collation.platform.model.topology.enums
Interface MQMessageCompressionEnum

All Superinterfaces:
Enumeration

public interface MQMessageCompressionEnum
extends Enumeration


Field Summary
static int COMPRESS_ANY
           
static int COMPRESS_NONE
           
static int COMPRESS_RLE
           
static int COMPRESS_ZLIB_FAST
           
static int COMPRESS_ZLIB_HIGH
           
static int OTHER
           
static int UNKNOWN
           
 

Field Detail

UNKNOWN

static final int UNKNOWN
See Also:
Constant Field Values

OTHER

static final int OTHER
See Also:
Constant Field Values

COMPRESS_NONE

static final int COMPRESS_NONE
See Also:
Constant Field Values

COMPRESS_RLE

static final int COMPRESS_RLE
See Also:
Constant Field Values

COMPRESS_ZLIB_FAST

static final int COMPRESS_ZLIB_FAST
See Also:
Constant Field Values

COMPRESS_ZLIB_HIGH

static final int COMPRESS_ZLIB_HIGH
See Also:
Constant Field Values

COMPRESS_ANY

static final int COMPRESS_ANY
See Also:
Constant Field Values