Package kieker.common.record.flow
Interface IClassSignature
- All Superinterfaces:
java.lang.Comparable<IMonitoringRecord>,IMonitoringRecord,java.io.Serializable
- All Known Subinterfaces:
ICallObjectRecord,ICallRecord,IConstructorRecord,IObjectRecord,IOperationRecord
- All Known Implementing Classes:
AbstractOperationEvent,AbstractThreadBasedEvent,AfterConstructorEvent,AfterConstructorFailedEvent,AfterConstructorFailedObjectEvent,AfterConstructorObjectEvent,AfterDatabaseEvent,AfterFailedThreadBasedEvent,AfterOperationEvent,AfterOperationFailedEvent,AfterOperationFailedObjectEvent,AfterOperationObjectEvent,AfterThreadBasedEvent,BeforeConstructorEvent,BeforeConstructorObjectEvent,BeforeConstructorObjectInterfaceEvent,BeforeDatabaseEvent,BeforeOperationEvent,BeforeOperationObjectEvent,BeforeOperationObjectInterfaceEvent,BeforeThreadBasedEvent,CallConstructorEvent,CallConstructorObjectEvent,CallOperationEvent,CallOperationObjectEvent,DatabaseFailedEvent,EntryLevelBeforeOperationEvent,EntryLevelBeforeOperationObjectEvent
public interface IClassSignature extends IMonitoringRecord
- Since:
- 1.10
- Author:
- Reiner Jung
-
Method Summary
Modifier and Type Method Description java.lang.StringgetClassSignature()Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toString
-
Method Details
-
getClassSignature
java.lang.String getClassSignature()
-