Package kieker.common.record.session
Interface ISessionEvent
- All Superinterfaces:
java.lang.Comparable<IMonitoringRecord>
,IMonitoringRecord
,java.io.Serializable
- All Known Implementing Classes:
SessionEndEvent
,SessionStartEvent
public interface ISessionEvent extends IMonitoringRecord
- Since:
- 2.0.0
- Author:
- Reiner Jung
-
Method Summary
Modifier and Type Method Description java.lang.String
getHostname()
java.lang.String
getSessionId()
Methods inherited from interface kieker.common.record.IMonitoringRecord
getLoggingTimestamp, getSize, getValueNames, getValueTypes, serialize, setLoggingTimestamp, toString
-
Method Details
-
getHostname
java.lang.String getHostname() -
getSessionId
java.lang.String getSessionId()
-