|
|||||||||
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
public static class 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(java.lang.String ut)
Returns a user trace value given a property String. |
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public static MessageFlowProxy.UserTrace getUserTraceFromString(java.lang.String ut)
ut
- String taken from data supplied by
the Configuration Manager
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |