kieker.common.record.flow.trace.operation.object
Class AfterOperationObjectEvent
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.object.AfterOperationObjectEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, IEventRecord, IFlowRecord, IObjectRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
public class AfterOperationObjectEvent
- extends AfterOperationEvent
- implements IObjectRecord
- Author:
- Jan Waller
- See Also:
- Serialized Form
Methods inherited from class kieker.common.record.AbstractMonitoringRecord |
checkArray, classForName, compareTo, createFromArray, createFromStringArray, equals, fromStringArrayToTypedArray, getLoggingTimestamp, hashCode, setLoggingTimestamp, toString, typesForClass |
AfterOperationObjectEvent
public AfterOperationObjectEvent(long timestamp,
long traceId,
int orderIndex,
String operationSiganture,
String classSignature,
int objectId)
AfterOperationObjectEvent
public AfterOperationObjectEvent(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
- Overrides:
toArray
in class AfterOperationEvent
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
- Overrides:
getValueTypes
in class AfterOperationEvent
getObjectId
public int getObjectId()
- Specified by:
getObjectId
in interface IObjectRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>