02/28/2005
 

com.epicentric.event
Class EventLogManager

java.lang.Object
  |
  +--com.epicentric.event.EventLogManager

Deprecated. in 4.0, to be removed in 8.0 or later; no replacement

public class EventLogManager
extends Object

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

RUNTIME_EVENT

public static final int RUNTIME_EVENT
Deprecated. 

EMPTY_MSG_EVENT

public static final int EMPTY_MSG_EVENT
Deprecated. 

PORTAL_STARTUP_EVENT

public static final int PORTAL_STARTUP_EVENT
Deprecated. 

LICENSE_CHECK_EVENT

public static final int LICENSE_CHECK_EVENT
Deprecated. 

LICENSE_NEAR_EXPIRATION_EVENT

public static final int LICENSE_NEAR_EXPIRATION_EVENT
Deprecated. 

LICENSE_EXPIRED_EVENT

public static final int LICENSE_EXPIRED_EVENT
Deprecated. 

MODULE_CREATION_EVENT

public static final int MODULE_CREATION_EVENT
Deprecated. 

MODE_ADD_EVENT

public static final int MODE_ADD_EVENT
Deprecated. 

MODULE_READ_IN_EVENT

public static final int MODULE_READ_IN_EVENT
Deprecated. 

MODULE_USED_EVENT

public static final int MODULE_USED_EVENT
Deprecated. 

USER_COUNT_EVENT

public static final int USER_COUNT_EVENT
Deprecated. 

USER_ADDED_EVENT

public static final int USER_ADDED_EVENT
Deprecated. 

USER_REMOVED_EVENT

public static final int USER_REMOVED_EVENT
Deprecated. 

USER_UPDATED_EVENT

public static final int USER_UPDATED_EVENT
Deprecated. 
Constructor Detail

EventLogManager

public EventLogManager()
Deprecated. 
Method Detail

logEvent

public static void logEvent(String callerId,
                            int eventId)
Deprecated. 
Accept request to log a message for this caller ID and event Id.

logEvent

public static void logEvent(String callerId,
                            int eventId,
                            String message)
Deprecated. 
Accept request to log an event with an additional message. If the eventId is known, the corresponding text message will be prepended to the message passed. If not known, use only the passed message.

getEventMessage

public static String getEventMessage(int eventId)
Deprecated. 
Given an eventID, return its text. If unrecognized, return empty string.

getEventLog

public static EventLog getEventLog()
Deprecated. 
Return event log, instantiating it if it does not exist.

shutdown

public static void shutdown()
Deprecated. 
Orderly shutdown.

02/28/2005
 

Copyright and Trademark Notices