com.ibm.broker.plugin

Class MbUtilities

  • java.lang.Object
    • com.ibm.broker.plugin.MbUtilities


  • public class MbUtilities
    extends java.lang.Object
    MbUtilities contains static broker utility methods.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MbUtilities() 
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static boolean changeIdentifierTimeout(byte[] identifier, long timeout)
      Changes the timeout for a given reply identifier
      static void createExceptionList(MbNode node, MbMessage mbExceptionList, java.lang.Exception exception) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MbUtilities

        public MbUtilities()
    • Method Detail

      • changeIdentifierTimeout

        public static boolean changeIdentifierTimeout(byte[] identifier,
                                                      long timeout)
        Changes the timeout for a given reply identifier
        Parameters:
        identifier - This is a byte array that must resolve to a valid SOAP node ReplyIdentifier or HTTP node RequestIdentifier. This method can only be used with identifiers for HTTP nodes that have been configured to use the execution group listener.
        timeout - This is the long time in seconds to be added to the existing timeout.
        Returns:
        Boolean indicating if the timeout was sucessfully changed.
      • createExceptionList

        public static void createExceptionList(MbNode node,
                                               MbMessage mbExceptionList,
                                               java.lang.Exception exception)
IBM Integration BusTM
JavaTM Plugin Node API