Package com.netscape.certsrv.logging
Interface ILogEventFactory
-
- All Known Implementing Classes:
AuditEventFactory
,LogFactory
,SignedAuditEventFactory
public interface ILogEventFactory
An interface represents a log event factory. This factory will be responsible for creating and returning ILogEvent objects on demand.- Version:
- $Revision$, $Date$
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILogEvent
create()
Creates a log event.void
release(ILogEvent event)
Releases previously created event.
-