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