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 int
getCalleeObjectId()
int
getCallerObjectId()
Methods inherited from interface kieker.common.record.flow.ICallRecord
getCalleeClassSignature, getCalleeOperationSignature, getCallerClassSignature, getCallerOperationSignature
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toString
Methods inherited from interface kieker.common.record.flow.IOperationSignature
getOperationSignature
-
Method Details
-
getCallerObjectId
int getCallerObjectId() -
getCalleeObjectId
int getCalleeObjectId()
-