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

All Superinterfaces:
Enumeration

public interface MQHeaderCompressionEnum
extends Enumeration

Header data compression techniques supported by the channel (parameter identifier: MQIACH_HDR_COMPRESSION). For sender, server, cluster-sender, cluster-receiver, and client-connection channels, the values specified are in order of preference.


Field Summary
static int COMPRESS_NONE
           
static int COMPRESS_SYSTEM
           
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_SYSTEM

static final int COMPRESS_SYSTEM
See Also:
Constant Field Values