Package com.netscape.certsrv.logging
Interface ILogEventFactory
-
- All Known Implementing Classes:
AuditEventFactory,LogFactory,SignedAuditEventFactory,SystemEventFactory
public interface ILogEventFactoryAn 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 ILogEventcreate()Creates a log event.voidrelease(ILogEvent event)Releases previously created event.
-