|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.bea.wli.management.configuration.TrackingLevel
Typesafe enumerated class for describing tracking levels for processes. Tracking level of a process indicates what data related to the execution of an instance will be logged.
Field Summary | |
static TrackingLevel |
DEFAULT
TrackingLevel indicating that the system wide default TrackingLevel should be used |
static TrackingLevel |
FULL
TrackingLevel for tracking event information and messages |
static TrackingLevel |
MINIMUM
TrackingLevel for tracking global events only, such as process start,end, suspend, resume, etc |
static TrackingLevel |
NODE
TrackingLevel for logging event information only, no messages are logged. |
static TrackingLevel |
NONE
TrackingLevel for not tracking any events |
static List |
VALUES
List of all TrackingLevel enumerated types. |
Method Summary | |
int |
intValue()
Returns an integer representation for this TrackingLevel |
String |
toString()
Returns string representation of this TrackingLevel |
static TrackingLevel |
toTrackingLevel(int val)
Returns the Trackinglevel object whose integer representation is the given integer value. |
static TrackingLevel |
toTrackingLevel(String s)
Returns the Trackinglevel object whose String representation is the given String value. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final TrackingLevel NONE
public static final TrackingLevel MINIMUM
public static final TrackingLevel NODE
public static final TrackingLevel FULL
public static final TrackingLevel DEFAULT
public static final List VALUES
Method Detail |
public String toString()
public int intValue()
toTrackingLevel(int)
public static TrackingLevel toTrackingLevel(int val)
IllegalArgumentException
- if the integer value does not represent a valid TrackingLevel object.public static TrackingLevel toTrackingLevel(String s)
IllegalArgumentException
- if the String value does not represent a valid TrackingLevel object.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |