kieker.common.record.flow.trace.operation.object
Class AfterOperationFailedObjectEvent
java.lang.Object
kieker.common.record.AbstractMonitoringRecord
kieker.common.record.flow.AbstractEvent
kieker.common.record.flow.trace.AbstractTraceEvent
kieker.common.record.flow.trace.operation.AbstractOperationEvent
kieker.common.record.flow.trace.operation.AfterOperationEvent
kieker.common.record.flow.trace.operation.AfterOperationFailedEvent
kieker.common.record.flow.trace.operation.object.AfterOperationFailedObjectEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IExceptionRecord, IFlowRecord, IObjectRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
public class AfterOperationFailedObjectEvent
- extends AfterOperationFailedEvent
- implements IObjectRecord
- Author:
- Jan Waller
- See Also:
- Serialized Form
Field Summary |
static String |
NO_CAUSE
Constant to be used if no cause required. |
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
NO_CAUSE
public static final String NO_CAUSE
- Constant to be used if no cause required.
- See Also:
- Constant Field Values
AfterOperationFailedObjectEvent
public AfterOperationFailedObjectEvent(long timestamp,
long traceId,
int orderIndex,
String operationSiganture,
String classSignature,
String cause,
int objectId)
AfterOperationFailedObjectEvent
public AfterOperationFailedObjectEvent(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
- Overrides:
toArray
in class AfterOperationFailedEvent
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
- Overrides:
getValueTypes
in class AfterOperationFailedEvent
getObjectId
public int getObjectId()
- Specified by:
getObjectId
in interface IObjectRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>