Package com.ibm.mq.pcf
Class PCFParameter
java.lang.Object
com.ibm.mq.jmqi.JmqiObject
com.ibm.mq.headers.internal.Header
com.ibm.mq.pcf.PCFHeader
com.ibm.mq.pcf.PCFParameter
- Direct Known Subclasses:
MQCFBS,MQCFGR,MQCFIL,MQCFIL64,MQCFIN,MQCFIN64,MQCFSL,MQCFST,PCFFilterParameter
Deprecated.
Abstract superclass of PCF parameter headers. All PCF parameter headers know their PCF parameter
id and value.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.ibm.mq.headers.MQHeader
MQHeader.Field -
Field Summary
Fields inherited from class com.ibm.mq.headers.internal.Header
DEFAULT_CCSID, DEFAULT_ENCODINGFields inherited from class com.ibm.mq.jmqi.JmqiObject
COMP_JM, COMP_JN, COMP_JO -
Method Summary
Modifier and TypeMethodDescriptionbooleanDeprecated.Returns true when invoked with another PCFParameter instance with the same type, parameter, and value.intDeprecated.Get the header versionabstract intDeprecated.Get the parameterfinal StringDeprecated.Get the MQ constant name for the parameter id of this PCFParameter instance.abstract StringDeprecated.Get the string value of the parameterabstract ObjectgetValue()Deprecated.Get the value of the parameterabstract inthashCode()Deprecated.Returns a hash code value for the objectstatic PCFParameternextParameter(MQMessage message) Deprecated.The next parameter in the headerMethods inherited from class com.ibm.mq.headers.internal.Header
characterSet, encoding, fields, getBytesValue, getCharValue, getCharValue, getIntValue, getJmqiEnv, getStringValue, getValue, headerType, read, read, read, setBytesValue, setCharValue, setCharValue, setIntValue, setStringValue, setValue, store, store, type, validate, writeMethods inherited from class com.ibm.mq.jmqi.JmqiObject
getJmqiEnvironmentMethods inherited from interface com.ibm.mq.headers.internal.CachingHeader
discardCachedContent, readCachedContent, writeCachedContent
-
Method Details
-
nextParameter
Deprecated.The next parameter in the header- Parameters:
message- The associated MQMessage- Returns:
- The next parameter in the header
- Throws:
MQException- If the call failsIOException- If there is an IO error
-
getParameter
public abstract int getParameter()Deprecated.Get the parameter- Returns:
- Return the parameter
-
getValue
Deprecated.Get the value of the parameter- Returns:
- Return the value of the parameter
-
getStringValue
Deprecated.Get the string value of the parameter- Returns:
- Returns the string value of the parameter
-
getHeaderVersion
public int getHeaderVersion()Deprecated.Get the header version- Returns:
- Return the header version
-
equals
Deprecated.Returns true when invoked with another PCFParameter instance with the same type, parameter, and value. -
hashCode
public abstract int hashCode()Deprecated.Returns a hash code value for the object -
getParameterName
Deprecated.Get the MQ constant name for the parameter id of this PCFParameter instance.- Returns:
- the MQ constant name for the parameter identifier of this PCFParameter instance, or null if the PCFParameter instance represents a parameter that is not recognised.
-
PCFParameterinstead.