com.ibm.mq.pcf

Class PCFParameter

  • java.lang.Object
    • 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

      All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method and Description
      boolean equals(java.lang.Object obj)
      Deprecated. 
      Returns true when invoked with another PCFParameter instance with the same type, parameter, and value.
      int getHeaderVersion()
      Deprecated. 
      Get the header version
      abstract int getParameter()
      Deprecated. 
      Get the parameter
      java.lang.String getParameterName()
      Deprecated. 
      Get the MQ constant name for the parameter id of this PCFParameter instance.
      abstract java.lang.String getStringValue()
      Deprecated. 
      Get the string value of the parameter
      abstract java.lang.Object getValue()
      Deprecated. 
      Get the value of the parameter
      abstract int hashCode()
      Deprecated. 
      Returns a hash code value for the object
      static PCFParameter nextParameter(MQMessage message)
      Deprecated. 
      The next parameter in the header
      • 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, store, store, type, validate, write
      • Methods inherited from class com.ibm.mq.jmqi.JmqiObject

        getJmqiEnvironment
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface com.ibm.mq.headers.internal.CachingHeader

        discardCachedContent, readCachedContent, writeCachedContent
    • Method Detail

      • nextParameter

        public static PCFParameter nextParameter(MQMessage message)
                                          throws MQException,
                                                 java.io.IOException
        Deprecated. 
        The next parameter in the header
        Parameters:
        message - The associated MQMessage
        Returns:
        The next parameter in the header
        Throws:
        MQException - If the call fails
        java.io.IOException - If there is an IO error
      • getParameter

        public abstract int getParameter()
        Deprecated. 
        Get the parameter
        Returns:
        Return the parameter
      • getValue

        public abstract java.lang.Object getValue()
        Deprecated. 
        Get the value of the parameter
        Returns:
        Return the value of the parameter
      • getStringValue

        public abstract java.lang.String 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

        public boolean equals(java.lang.Object obj)
        Deprecated. 
        Returns true when invoked with another PCFParameter instance with the same type, parameter, and value.
        Overrides:
        equals in class java.lang.Object
        Parameters:
        obj - The object to compare against
        Returns:
        true of the object equals this one
      • hashCode

        public abstract int hashCode()
        Deprecated. 
        Returns a hash code value for the object
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        a hash code value for this object.
      • getParameterName

        public final java.lang.String 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.
(c) Copyright IBM Corp. 2008, 2016. All Rights Reserved.