com.ibm.broker.config.proxy

Class MessageFlowProxy.UserTrace

  • java.lang.Object
    • com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace
  • Enclosing class:
    MessageFlowProxy


    public static class MessageFlowProxy.UserTrace
    extends java.lang.Object
    A small structure that represents all the possible types of user trace. Follows the TypeDef-Enum pattern.
    • Method Detail

      • toString

        public java.lang.String toString()
        Returns the String representation of the user trace.
        Overrides:
        toString in class java.lang.Object
      • getUserTraceFromString

        public static MessageFlowProxy.UserTrace getUserTraceFromString(java.lang.String ut)
        Returns a user trace value given a property String.
        Parameters:
        ut - String taken from data supplied by the broker
        Returns:
        UserTrace That corresponds to the supplied String, or unknown if the String was not understood.