com.ibm.mq.headers.pcf

Class PCFFilterParameter

  • All Implemented Interfaces:
    MQData, MQHeader
    Direct Known Subclasses:
    MQCFBF, MQCFIF, MQCFSF


    public abstract class PCFFilterParameter
    extends PCFParameter
    Abstract superclass of all PCF filter headers. All PCF filter headers have an operator.
    • Field Summary

      • Fields inherited from class com.ibm.mq.headers.internal.Header

        DEFAULT_CCSID, DEFAULT_ENCODING
      • Fields inherited from class com.ibm.mq.jmqi.JmqiObject

        COMP_JM, COMP_JN, COMP_JO
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Returns true when invoked with another PCFFilterParameter instance with the same type, parameter, operator and value.
      int getHeaderVersion()
      gets the version number of the header format
      abstract int getOperator()
      gets the operator identifier
      int hashCode()
      Returns a hash code value for the object
      • Methods 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, size, store, store, toString, type, validate, write, write
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
    • Method Detail

      • getOperator

        public abstract int getOperator()
        gets the operator identifier
        Returns:
        the operator identifier
      • equals

        public boolean equals(java.lang.Object obj)
        Returns true when invoked with another PCFFilterParameter instance with the same type, parameter, operator and value.
        Overrides:
        equals in class PCFParameter
        Parameters:
        obj -
        Returns:
        true of the object equals this one
(c) Copyright IBM Corp. 2008, 2015. All Rights Reserved.