|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.broker.config.proxy.MessageFlowProxy.UserTrace
A small structure that represents all the possible types of user trace. Follows the TypeDef-Enum pattern.
Field Summary | |
---|---|
static MessageFlowProxy.UserTrace |
debug
Defines debug user trace. |
static MessageFlowProxy.UserTrace |
none
States that user trace is not running. |
static MessageFlowProxy.UserTrace |
normal
Defines normal user trace. |
static MessageFlowProxy.UserTrace |
unknown
Defines an unknown user trace setting. |
Method Summary | |
---|---|
static MessageFlowProxy.UserTrace |
getUserTraceFromString(String ut)
Returns a user trace value given a property String. |
String |
toString()
Returns the String representation of the user trace. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static MessageFlowProxy.UserTrace unknown
public static MessageFlowProxy.UserTrace none
public static MessageFlowProxy.UserTrace normal
public static MessageFlowProxy.UserTrace debug
Method Detail |
public String toString()
public static MessageFlowProxy.UserTrace getUserTraceFromString(String ut)
ut
- String taken from data supplied by
the Config Manager
|
WBI BrokersTM Config Manager Proxy API |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |