Class Event
source code
twisted.spread.pb.Copyable --+
|
twisted.spread.pb.RemoteCopy --+
|
Event
- Known Subclasses:
-
Event that lives independant of zope context. As interface that
allows it to be persisted to/from the event backend. dedupid, evid,
device, ipAddress, component, eventClass, eventGroup, eventKey, facility,
severity, priority, summary, message, stateChange, firstTime, lastTime,
count, prodState, DevicePriority, manager, agent, DeviceClass, Location,
Systems, DeviceGroups,
|
|
|
getEventFields(self)
return an array of event fields tuples (field,value) |
source code
|
|
|
|
|
|
|
|
|
|
|
getDedupFields(self,
default)
Return list of dedupid fields. |
source code
|
|
Update event from list of fields and list of data values. They must
have the same length. To be used when pulling data from the backend
db.
|
Update event from dict. Keys that don't match attributes are put into
the detail list of the event.
|
Return a list of classes that this event clears. if we have specified
clearClasses always return them if we ave a 0 severity return ourself as
well.
|