Kieker 1.7

kieker.common.record.flow
Interface IObjectRecord

All Superinterfaces:
Comparable<IMonitoringRecord>, IFlowRecord, IMonitoringRecord, Serializable
All Known Subinterfaces:
ICallObjectRecord
All Known Implementing Classes:
AfterOperationFailedObjectEvent, AfterOperationObjectEvent, BeforeOperationObjectEvent, CallOperationObjectEvent, ConstructionEvent

public interface IObjectRecord
extends IFlowRecord

Interface for all flow records that describe objects. All object records have a classSignature field of type String and an objectIdfield of type int.

Since:
1.6
Author:
Jan Waller

Nested Class Summary
 
Nested classes/interfaces inherited from interface kieker.common.record.IMonitoringRecord
IMonitoringRecord.Factory
 
Method Summary
 String getClassSignature()
           
 int getObjectId()
           
 
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getValueTypes, initFromArray, setLoggingTimestamp, toArray, toString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getClassSignature

String getClassSignature()
Returns:
The class signature.
Since:
1.6

getObjectId

int getObjectId()
Returns:
The object ID.
Since:
1.6

Kieker 1.7

Copyright 2013 Kieker Project, http://kieker-monitoring.net