kieker.common.record.flow.trace.operation.object
Class CallOperationObjectEvent
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.CallOperationEvent
kieker.common.record.flow.trace.operation.object.CallOperationObjectEvent
- All Implemented Interfaces:
- Serializable, Comparable<IMonitoringRecord>, ICallObjectRecord, ICallRecord, IEventRecord, IFlowRecord, IObjectRecord, IOperationRecord, ITraceRecord, IMonitoringRecord, IMonitoringRecord.Factory
public final class CallOperationObjectEvent
- extends CallOperationEvent
- implements ICallObjectRecord
- 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 |
CallOperationObjectEvent
public CallOperationObjectEvent(long timestamp,
long traceId,
int orderIndex,
String callerOperationSignature,
String callerClassSignature,
String calleeOperationSignature,
String calleeClassSignature,
int callerObjectId,
int calleeObjectId)
CallOperationObjectEvent
public CallOperationObjectEvent(Object[] values)
toArray
public Object[] toArray()
- Specified by:
toArray
in interface IMonitoringRecord
- Overrides:
toArray
in class CallOperationEvent
getValueTypes
public Class<?>[] getValueTypes()
- Specified by:
getValueTypes
in interface IMonitoringRecord
- Overrides:
getValueTypes
in class CallOperationEvent
getObjectId
public int getObjectId()
- Specified by:
getObjectId
in interface IObjectRecord
getCallerObjectId
public final int getCallerObjectId()
- Specified by:
getCallerObjectId
in interface ICallObjectRecord
getCalleeObjectId
public final int getCalleeObjectId()
- Specified by:
getCalleeObjectId
in interface ICallObjectRecord
Copyright 2012 Kieker Project, http://kieker-monitoring.net>