Class ScheduleCRLGenerationEvent
- java.lang.Object
-
- com.netscape.certsrv.logging.LogEvent
-
- com.netscape.certsrv.logging.SignedAuditEvent
-
- com.netscape.certsrv.logging.event.ScheduleCRLGenerationEvent
-
- All Implemented Interfaces:
ILogEvent
,java.io.Serializable
public class ScheduleCRLGenerationEvent extends SignedAuditEvent
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
LOGGING_PROPERTY
-
Fields inherited from class com.netscape.certsrv.logging.SignedAuditEvent
attributes, NAME_VALUE_DELIMITER, NAME_VALUE_PAIRS_DELIMITER, PASSWORD_MASK, RULENAME
-
-
Constructor Summary
Constructors Constructor Description ScheduleCRLGenerationEvent(java.lang.String subjectID)
ScheduleCRLGenerationEvent(java.lang.String subjectID, java.lang.Exception e)
-
Method Summary
-
Methods inherited from class com.netscape.certsrv.logging.SignedAuditEvent
encodeMap, getAttribute, getAttributeList, getAttributes, getParameters, setAttribute, setAttribute
-
Methods inherited from class com.netscape.certsrv.logging.LogEvent
getEventType, getLevel, getMessage, getMultiline, getNTEventType, getSource, getTimeStamp, setEventType, setLevel, setMessage, setMultiline, setParameters, setSource, toString
-
-
-
-
Field Detail
-
LOGGING_PROPERTY
public static final java.lang.String LOGGING_PROPERTY
- See Also:
- Constant Field Values
-
-