|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.stardust.common.IntKey
org.eclipse.stardust.engine.api.runtime.LogCode
public class LogCode
Wrapper class for LogEntry codes. It provides human readable names for the log codes.
| Field Summary | |
|---|---|
static LogCode |
ADMINISTRATION
The LogEntry was created by an external administration event. |
static LogCode |
APPLICATION
The LogEntry was created during application execution |
static LogCode |
DAEMON
The LogEntry was created during daemon execution. |
static LogCode |
DATA
The LogEntry was created by a process data operation |
static LogCode |
ENGINE
The LogEntry was created in the engine context. |
static LogCode |
EVENT
The LogEntry was created during event handling. |
static LogCode |
EXTERNAL
The LogEntry was created by an external invocation. |
static LogCode |
PWH
The LogEntry was created in the Process Warehouse context. |
static LogCode |
RECOVERY
The LogEntry was created during recovery. |
static LogCode |
SECURITY
The LogEntry was created in the security context. |
static LogCode |
UNKNOWN
Unknown context. |
| Method Summary | |
|---|---|
static LogCode |
getKey(int code)
Factory method to get the LogCode object corresponding to the numerical code. |
| Methods inherited from class org.eclipse.stardust.common.IntKey |
|---|
compareTo, equals, getKey, getKeys, getName, getValue, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final LogCode UNKNOWN
public static final LogCode PWH
public static final LogCode SECURITY
public static final LogCode ENGINE
public static final LogCode RECOVERY
public static final LogCode DAEMON
public static final LogCode EVENT
public static final LogCode EXTERNAL
public static final LogCode ADMINISTRATION
public static final LogCode DATA
public static final LogCode APPLICATION
| Method Detail |
|---|
public static LogCode getKey(int code)
code - the numeric code of the LogCode.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||