java.lang.Object com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace
public static class MessageFlowProxy.UserTrace
extends Object
A small structure that represents all the possible types of user trace. Follows the TypeDef-Enum pattern.
Field | Description |
---|---|
debug | Defines debug user trace. |
none | States that user trace is not running. |
normal | Defines normal user trace. |
unknown | Defines an unknown user trace setting. |
Method | Description |
---|---|
MessageFlowProxy.UserTrace getUserTraceFromString(String) | Returns a user trace value given a property String. |
String toString() | Returns the String representation of the user trace. |
public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace debugDefines debug user trace.
public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace noneStates that user trace is not running. This is the default value.
public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace normalDefines normal user trace.
public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace unknownDefines an unknown user trace setting.
public static MessageFlowProxy.UserTrace getUserTraceFromString(String ut)Returns a user trace value given a property String.
- Parameters
- ut - String taken from data supplied by the Configuration Manager
- Returns
- UserTrace That corresponds to the supplied String, or unknown if the String was not understood.
public String toString()Returns the String representation of the user trace.