|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stratelia.webactiv.beans.admin.SynchroReport
public class SynchroReport
Field Summary | |
---|---|
static int |
STATE_ENDED
|
static int |
STATE_NOSYNC
|
static int |
STATE_STARTED
|
static int |
STATE_WAITSTART
|
static int |
TRACE_LEVEL_DEBUG
|
static int |
TRACE_LEVEL_ERROR
|
static int |
TRACE_LEVEL_FATAL
|
static int |
TRACE_LEVEL_INFO
|
static int |
TRACE_LEVEL_UNKNOWN
|
static int |
TRACE_LEVEL_WARN
|
Constructor Summary | |
---|---|
SynchroReport()
|
Method Summary | |
---|---|
protected static void |
addMessage(String msg,
int priority)
|
static void |
debug(String classe,
String message,
Throwable ex)
|
static void |
error(String classe,
String message,
Throwable ex)
|
static String |
getMessage()
|
static String |
getModuleName()
|
static int |
getState()
Recupere l'etat |
static int |
getTraceLevel()
Recupere le niveau de trace |
static String |
getTraceLevelStr()
Recupere le niveau de trace ds une chaine |
static void |
info(String classe,
String message,
Throwable ex)
|
static boolean |
isSynchroActive()
|
protected static String |
msgFormat(int traceLvl,
String classe,
String msgToTrace,
Throwable ex)
|
static void |
setState(int iStateCours)
Fixe l'etat |
static void |
setTraceLevel(int iTraceLevelFixed)
Fixe le niveau de trace |
static void |
startSynchro()
|
static void |
stopSynchro()
|
static void |
warn(String classe,
String message,
Throwable ex)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int TRACE_LEVEL_UNKNOWN
public static final int TRACE_LEVEL_DEBUG
public static final int TRACE_LEVEL_INFO
public static final int TRACE_LEVEL_WARN
public static final int TRACE_LEVEL_ERROR
public static final int TRACE_LEVEL_FATAL
public static final int STATE_NOSYNC
public static final int STATE_WAITSTART
public static final int STATE_STARTED
public static final int STATE_ENDED
Constructor Detail |
---|
public SynchroReport()
Method Detail |
---|
public static String getModuleName()
public static void setTraceLevel(int iTraceLevelFixed)
public static int getTraceLevel()
public static String getTraceLevelStr()
public static void setState(int iStateCours)
public static int getState()
public static String getMessage()
public static void startSynchro()
public static void stopSynchro()
public static void debug(String classe, String message, Throwable ex)
public static void info(String classe, String message, Throwable ex)
public static void warn(String classe, String message, Throwable ex)
public static void error(String classe, String message, Throwable ex)
protected static void addMessage(String msg, int priority)
public static boolean isSynchroActive()
protected static String msgFormat(int traceLvl, String classe, String msgToTrace, Throwable ex)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |