|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--com.epicentric.event.EventLogManager
Manages the lone instance of the event log implementation. Provides convenience methods for performing event logging.
| Field Summary | |
static int |
EMPTY_MSG_EVENT
Deprecated. |
static int |
LICENSE_CHECK_EVENT
Deprecated. |
static int |
LICENSE_EXPIRED_EVENT
Deprecated. |
static int |
LICENSE_NEAR_EXPIRATION_EVENT
Deprecated. |
static int |
MODE_ADD_EVENT
Deprecated. |
static int |
MODULE_CREATION_EVENT
Deprecated. |
static int |
MODULE_READ_IN_EVENT
Deprecated. |
static int |
MODULE_USED_EVENT
Deprecated. |
static int |
PORTAL_STARTUP_EVENT
Deprecated. |
static int |
RUNTIME_EVENT
Deprecated. |
static int |
USER_ADDED_EVENT
Deprecated. |
static int |
USER_COUNT_EVENT
Deprecated. |
static int |
USER_REMOVED_EVENT
Deprecated. |
static int |
USER_UPDATED_EVENT
Deprecated. |
| Constructor Summary | |
EventLogManager()
Deprecated. |
|
| Method Summary | |
static EventLog |
getEventLog()
Deprecated. Return event log, instantiating it if it does not exist. |
static String |
getEventMessage(int eventId)
Deprecated. Given an eventID, return its text. |
static void |
logEvent(String callerId,
int eventId)
Deprecated. Accept request to log a message for this caller ID and event Id. |
static void |
logEvent(String callerId,
int eventId,
String message)
Deprecated. Accept request to log an event with an additional message. |
static void |
shutdown()
Deprecated. Orderly shutdown. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int RUNTIME_EVENT
public static final int EMPTY_MSG_EVENT
public static final int PORTAL_STARTUP_EVENT
public static final int LICENSE_CHECK_EVENT
public static final int LICENSE_NEAR_EXPIRATION_EVENT
public static final int LICENSE_EXPIRED_EVENT
public static final int MODULE_CREATION_EVENT
public static final int MODE_ADD_EVENT
public static final int MODULE_READ_IN_EVENT
public static final int MODULE_USED_EVENT
public static final int USER_COUNT_EVENT
public static final int USER_ADDED_EVENT
public static final int USER_REMOVED_EVENT
public static final int USER_UPDATED_EVENT
| Constructor Detail |
public EventLogManager()
| Method Detail |
public static void logEvent(String callerId,
int eventId)
public static void logEvent(String callerId,
int eventId,
String message)
public static String getEventMessage(int eventId)
public static EventLog getEventLog()
public static void shutdown()
|
02/28/2005 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||