| Package | Description |
|---|---|
| esa.neliota.archiving | |
| esa.neliota.internal | |
| esa.neliota.utilities |
| Modifier and Type | Method and Description |
|---|---|
int |
WebsiteInformer.informDetectedEvent(int eventID,
EventRecord event,
java.lang.String name,
java.lang.String eventDirPath,
long eventDirSize,
java.lang.String compressedEventDirPath,
long compressedSize)
Updates the information of an event record in the IIS.
|
int |
Archiver.informServer(java.lang.String eventName,
java.lang.String eventDirPath,
java.lang.String eventCompressedPath,
EventRecord event)
Informs the IIS about a new Event Record, or updates the information of an existing one.
|
int |
Archiver.informServerNewEvent(java.lang.String archiveEventPath,
EventRecord event)
Informs the IIS of a new archived Event Record.
|
int |
Archiver.insertIntoDatabase(EventRecord event,
java.lang.String eventName,
java.lang.String eventDirectory,
boolean archived,
int informID)
Inserts the event information in the database.
|
int |
WebsiteInformer.saveNewDetectedEvent(EventRecord event,
java.lang.String name,
java.lang.String eventDirPath,
long eventDirSize,
java.lang.String compressedEventDirPath,
long compressedSize)
Saves a new detected event on the website.
|
int |
WebsiteInformer.updateDetectedEventInfo(int ID,
EventRecord event)
Updates the information of an existing Event Record on the IIS.
|
int |
Archiver.updateFitsInArchive(EventRecord event,
java.lang.String eventName) |
int |
Archiver.updateServer(int id,
java.lang.String eventName,
java.lang.String eventDirPath,
java.lang.String eventCompressedPath,
EventRecord event)
Informs the IIS about a new Event Record, or updates the information of an existing one.
|
int |
Archiver.updateServerEvent(int id,
java.lang.String archiveEventPath,
EventRecord event)
Informs the IIS of a new archived Event Record.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ArcPublIF.saveNewDetectedEvent(EventRecord event,
java.lang.String name,
java.lang.String eventDirPath,
long eventDirSize,
java.lang.String compressedEventDirPath,
long compressedSize)
Saves a new Detected Event Record to the IIS.
|
int |
ArcPublIF.updateDetectedEventInfo(int ID,
EventRecord event)
Updates the information of an existing Event Record on the IIS.
|
| Modifier and Type | Method and Description |
|---|---|
EventRecord |
Formatter.getEventRecord()
Gets the event record object that the Formatter holds.
|
| Constructor and Description |
|---|
Formatter(EventRecord eventRecord)
Class constructor, based on an EventRecord.
|