|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AuditEventFactory
This interface defines the methods that need to be provided by a factory class that creates audit-event instances. The use of different implementations of this factory interface may improve performance.
| Field Summary | |
|---|---|
static String |
AUDIT_EVENT_FACTORY_CLASS
This is the system property to define the class which shall be used by readers |
| Method Summary | |
|---|---|
AuditEvent |
createAuditEvent(String[] sectionData,
AuditEventType type)
Creates a new audit-event instance from the given section strings. |
AuditEvent |
createAuditEvent(String id,
String[] data,
File f,
long off,
long size,
AuditEventType type)
|
| Field Detail |
|---|
static final String AUDIT_EVENT_FACTORY_CLASS
| Method Detail |
|---|
AuditEvent createAuditEvent(String[] sectionData,
AuditEventType type)
throws ParseException
sectionData - The data strings of the sections.
In - case an error occurs while creating/parsing the sections.
ParseException
AuditEvent createAuditEvent(String id,
String[] data,
File f,
long off,
long size,
AuditEventType type)
throws ParseException
ParseException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||