|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eventgnosis.types.Event
The class that encapsulates individual events flowing thru the system. This is the common data representation for all ECS events;
| Constructor Summary | |
Event()
Default constructor |
|
| Method Summary | |
Event |
copy()
Copies event, including creation time, but execute deep copy on XmlRep so separate changes will not affect original copy or vice-versa |
static com.eventgnosis.types.HAL |
extractHal(XmlRep xml)
|
java.sql.Timestamp |
getCreationTime()
|
com.eventgnosis.types.HAL |
getHal()
|
XmlRep |
getXml()
Gets XmlRep class instance that contains methods for adding, removing, editing Event fields ... |
static Event |
makeEvent(com.eventgnosis.sources.EventSourceAdapter esa,
com.eventgnosis.types.HAL hal)
Creates new event form given input parameters. |
void |
setSpecialCharsConverted(boolean conv)
|
void |
setXml(XmlRep xml)
|
boolean |
specialCharsConverted()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Event()
| Method Detail |
public Event copy()
public static com.eventgnosis.types.HAL extractHal(XmlRep xml)
public java.sql.Timestamp getCreationTime()
public com.eventgnosis.types.HAL getHal()
public XmlRep getXml()
public static Event makeEvent(com.eventgnosis.sources.EventSourceAdapter esa,
com.eventgnosis.types.HAL hal)
esa - - instance of EventSourceAdapterhal - - instance of HAL (Host, Application, Log Name)
public void setSpecialCharsConverted(boolean conv)
public void setXml(XmlRep xml)
public boolean specialCharsConverted()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||