Package com.ibm.mq.pcf


This package comprises a set of classes and interfaces which allow the Java programmer to work with Program Control Format (PCF) Message Headers.
See:
Description

Interface Summary

Interface Description
CMQBC Deprecated. use CMQBC instead
CMQC Deprecated. use CMQC instead
CMQCFC Deprecated. use CMQCFC instead
CMQPSC Deprecated. use CMQPSC instead
CMQXC Deprecated. use CMQXC instead
CMQZC Deprecated. use CMQZC instead
PCFContent Interface representing a list of PCF parameter structures.

Class Summary

Class Description
MQCFBF MQCFBF (PCF byte string filter parameter) header class.
MQCFBS MQCFBS (PCF byte string parameter) header class.
MQCFGR MQCFGR (PCF group parameter) header class.
MQCFH MQCFH (PCF header) header class.
MQCFIF MQCFIF (PCF integer filter parameter) header class.
MQCFIL MQCFIL (PCF integer list parameter) header class.
MQCFIL64 MQCFIL64 (PCF 64-bit integer list parameter) header class.
MQCFIN MQCFIN (PCF integer parameter) header class.
MQCFIN64 MQCFIN64 (PCF 64-bit integer parameter) header class.
MQCFSF MQCFSF (PCF string filter parameter) header class.
MQCFSL MQCFSL (PCF string list parameter) header class.
MQCFST MQCFST (PCF string parameter) header class.
PCFAgent General-purpose agent for sending PCF queries to a queue manager.
PCFFilterParameter Abstract superclass of all PCF filter headers.
PCFHeader Abstract superclass of PCF header classes.
PCFHeaderFactory MQHeaderFactory for PCF header structures and formats.
PCFMessage Class encapsulating a PCF message.
PCFMessageAgent General-purpose agent for sending PCF queries to a queue manager.
PCFParameter Abstract superclass of PCF parameter headers.

Exception Summary

Exception Description
PCFException A PCFException is a subclass of MQException.

Package com.ibm.mq.pcf Description

This package comprises a set of classes and interfaces which allow the Java programmer to work with Program Control Format (PCF) Message Headers.

NOTE this package is provided primarily for compatibility with SupportPac MS0B.
New applications should use the com.ibm.mq.headers.pcf package rather than this one.


(C) Copyright IBM Corporation 2012. All rights reserved.