public class EventlogRecordList extends Object
Constructor and Description |
---|
EventlogRecordList()
Default constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addRecord(EventlogRecord rec)
Add an eventlog record to the list
|
EventlogRecord |
getRecordAt(int idx)
Return the specified eventlog record from the list
|
List<EventlogRecord> |
getRecordList()
Return the eventlog record list
|
int |
numberOfRecords()
Return the count of eventlog records in the list
|
void |
readRecords(DCEBuffer buf,
int cnt)
Read the eventlog records from the DCE buffer
|
void |
writeObject(DCEBuffer buf)
Write the eventlog records to the DCE buffer
|
public final List<EventlogRecord> getRecordList()
public final EventlogRecord getRecordAt(int idx)
idx
- intpublic final int numberOfRecords()
public final void addRecord(EventlogRecord rec)
rec
- EventlogRecordpublic void readRecords(DCEBuffer buf, int cnt) throws DCEBufferException
buf
- DCEBuffercnt
- intDCEBufferException
public void writeObject(DCEBuffer buf)
buf
- DCEBufferCopyright © 2005–2018 Alfresco Software. All rights reserved.