Package kieker.common.record.flow
Interface ICallObjectRecord
- All Superinterfaces:
java.lang.Comparable<IMonitoringRecord>,ICallRecord,IClassSignature,IFlowRecord,IMonitoringRecord,IObjectRecord,IOperationRecord,IOperationSignature,java.io.Serializable
- All Known Implementing Classes:
CallConstructorObjectEvent,CallOperationObjectEvent
public interface ICallObjectRecord extends ICallRecord, IObjectRecord
- Since:
- 1.6
- Author:
- Jan Waller
-
Method Summary
Modifier and Type Method Description intgetCalleeObjectId()intgetCallerObjectId()Methods inherited from interface kieker.common.record.flow.ICallRecord
getCalleeClassSignature, getCalleeOperationSignature, getCallerClassSignature, getCallerOperationSignatureMethods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toStringMethods inherited from interface kieker.common.record.flow.IOperationSignature
getOperationSignature
-
Method Details
-
getCallerObjectId
int getCallerObjectId() -
getCalleeObjectId
int getCalleeObjectId()
-