|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface HistoryWriter
| Method Summary | |
|---|---|
void |
addRecord(HistoryRecord record)
Stores the passed record complying with the historyRecordStructure. |
void |
addRecord(String[] propertyValues)
Stores the passed propertyValues complying with the historyRecordStructure. |
void |
addRecord(String[] propertyValues,
Date timestamp)
Stores the passed propertyValues complying with the historyRecordStructure. |
void |
updateRecord(String idProperty,
String idValue,
String property,
String newValue)
Updates a record by searching for record with idProperty which have idValue and updating/creating the property with newValue. |
| Method Detail |
|---|
void addRecord(HistoryRecord record)
throws IOException
record - The record to be added.
IOException
void addRecord(String[] propertyValues)
throws IOException
propertyValues - The values of the record.
IOException
void addRecord(String[] propertyValues,
Date timestamp)
throws IOException
propertyValues - The values of the record.timestamp - The timestamp of the record.
IOException
void updateRecord(String idProperty,
String idValue,
String property,
String newValue)
throws IOException
idProperty - name of the id propertyidValue - value of the id propertyproperty - the property to changenewValue - the value of the changed property.
IOException
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||