com.ibm.broker.plugin
Class MbUtilities
- java.lang.Object
-
- com.ibm.broker.plugin.MbUtilities
-
public class MbUtilities extends java.lang.ObjectMbUtilities 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 booleanchangeIdentifierTimeout(byte[] identifier, long timeout)Changes the timeout for a given reply identifierstatic voidcreateExceptionList(MbNode node, MbMessage mbExceptionList, java.lang.Exception exception)
-
-
-
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.
-
-