Package kieker.common.record.flow
Interface IObjectRecord
- All Superinterfaces:
java.lang.Comparable<IMonitoringRecord>
,IClassSignature
,IFlowRecord
,IMonitoringRecord
,java.io.Serializable
- All Known Subinterfaces:
ICallObjectRecord
- All Known Implementing Classes:
AfterConstructorFailedObjectEvent
,AfterConstructorObjectEvent
,AfterOperationFailedObjectEvent
,AfterOperationObjectEvent
,BeforeConstructorObjectEvent
,BeforeConstructorObjectInterfaceEvent
,BeforeOperationObjectEvent
,BeforeOperationObjectInterfaceEvent
,CallConstructorObjectEvent
,CallOperationObjectEvent
,EntryLevelBeforeOperationObjectEvent
public interface IObjectRecord extends IFlowRecord, IClassSignature
- Since:
- 1.6
- Author:
- Jan Waller
-
Method Summary
Modifier and Type Method Description int
getObjectId()
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toString
-
Method Details
-
getObjectId
int getObjectId()
-