Interface IEvent
-
- All Known Subinterfaces:
IBuildEvent
,IComputerEvent
,ISecurityEvent
- All Known Implementing Classes:
AbstractBuildEvent
,AbstractEvent
,BuildEventCollectorImpl
,ComputerEventCollectorImpl
,SecurityEventCollectorImpl
public interface IEvent
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
IEvent.AlertType
static class
IEvent.Priority
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEvent.AlertType
getAlertType()
Long
getDate()
String
getEventType()
String
getHost()
String
getNodeName()
IEvent.Priority
getPriority()
String
getText()
String
getTitle()
-
-
-
Method Detail
-
getDate
Long getDate()
-
getText
String getText()
-
getHost
String getHost()
-
getTitle
String getTitle()
-
getNodeName
String getNodeName()
-
getEventType
String getEventType()
-
getPriority
IEvent.Priority getPriority()
-
getAlertType
IEvent.AlertType getAlertType()
-
-