Class EventLog

java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
All Implemented Interfaces:
IEntity, Serializable, org.apache.cayenne.DataObject, org.apache.cayenne.Persistent, org.apache.cayenne.Validating

public class EventLog extends _EventLog
Provides an event log entry with a severity indicator and a message.
See Also:
  • Field Details

    • EVENT_TYPE_INFO

      public static final String EVENT_TYPE_INFO
      An information event
      See Also:
    • EVENT_TYPE_WARNING

      public static final String EVENT_TYPE_WARNING
      A warning event
      See Also:
    • EVENT_TYPE_ERROR

      public static final String EVENT_TYPE_ERROR
      An error event
      See Also:
    • EVENT_TYPE_SECURITY

      public static final String EVENT_TYPE_SECURITY
      A security related event
      See Also:
    • EVENT_TYPE_SEND_EVENT_DELIVERED

      public static final String EVENT_TYPE_SEND_EVENT_DELIVERED
      A send event with delivered status
      See Also:
    • EVENT_TYPE_SEND_EVENT_FAILED

      public static final String EVENT_TYPE_SEND_EVENT_FAILED
      A send event with failed status
      See Also:
    • EVENT_TYPE_DATABASE_INTEGRITY

      public static final String EVENT_TYPE_DATABASE_INTEGRITY
      A database Integrity checker event
      See Also:
    • EVENT_TYPES

      public static final String[] EVENT_TYPES
      The full set of event types
  • Constructor Details

    • EventLog

      public EventLog()
  • Method Details

    • setEventTime

      public void setEventTime(Date eventTime)
      Description copied from class: _EventLog
      Set the eventTime value.
      Overrides:
      setEventTime in class _EventLog
      Parameters:
      eventTime - the eventTime value to set