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 Link icon

    • EVENT_TYPE_INFO Link icon

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

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

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

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

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

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

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

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

    • EventLog Link icon

      public EventLog()
  • Method Details Link icon

    • setEventTime Link icon

      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