Class Hierarchy All Classes All Fields and Methods

Class com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace

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 Index
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 Index
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.

Fields

debug

public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace debug

Defines debug user trace.

none

public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace none

States that user trace is not running. This is the default value.

normal

public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace normal

Defines normal user trace.

unknown

public static com.ibm.broker.config.proxy.MessageFlowProxy.UserTrace unknown

Defines an unknown user trace setting.

Methods

getUserTraceFromString

public static MessageFlowProxy.UserTrace getUserTraceFromString(String ut) 

Returns a user trace value given a property String.

toString

public String toString() 

Returns the String representation of the user trace.

Class Hierarchy All Classes All Fields and Methods