Class EventManager


  • public class EventManager
    extends BaseTable
    This class manages the events table. A row in this table indicates that a specific event sequence is in progress. For example, a login sequence for a specific web domain may be underway. During the time that the event is taking place, no documents that depend on that event will be queued for processing.

    events
    FieldTypeDescription        
    nameVARCHAR(255)Primary Key
    processidVARCHAR(16)