com.ibm.tivoli.maximo.messagehub

Class IMHUtil

  • java.lang.Object
    • com.ibm.tivoli.maximo.messagehub.IMHUtil


  • public class IMHUtil
    extends java.lang.Object
    • Constructor Detail

      • IMHUtil

        public IMHUtil()
    • Method Detail

      • getPollTimeOut

        public static int getPollTimeOut()
      • createPayload

        @Deprecated
        public static byte[] createPayload(java.util.Map props,
                                                       byte[] reqBytes,
                                                       boolean compress)
                                                throws MXException
        Deprecated. 
        Throws:
        MXException
      • createPayloadAsJSON

        public static byte[] createPayloadAsJSON(java.util.Map props,
                                                 byte[] reqBytes,
                                                 boolean compress)
                                          throws MXException
        Throws:
        MXException
      • serializePayloadToBytes

        @Deprecated
        public static byte[] serializePayloadToBytes(java.util.HashMap req)
        Deprecated. 
      • resurrectJSONPayload

        public static com.ibm.json.java.JSONObject resurrectJSONPayload(byte[] reqBytes,
                                                                        boolean compressed)
                                                                 throws java.io.IOException,
                                                                        MXException
        Throws:
        java.io.IOException
        MXException
      • resurrectJSONPayload

        @Deprecated
        public static com.ibm.json.java.JSONObject resurrectJSONPayload(byte[] reqBytes)
                                                                             throws java.io.IOException,
                                                                                    MXException
        Deprecated. 
        Throws:
        java.io.IOException
        MXException
      • resurrectPayload

        @Deprecated
        public static java.util.Map resurrectPayload(byte[] reqBytes)
                                                          throws java.io.IOException,
                                                                 MXException
        Deprecated. 
        Throws:
        java.io.IOException
        MXException