Uses of Interface
kieker.common.record.session.ISessionEvent
Package | Description |
---|---|
kieker.analysis.behavior |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.analysis.behavior.model |
Copyright 2022 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
|
kieker.common.record.session |
-
Uses of ISessionEvent in kieker.analysis.behavior
Methods in kieker.analysis.behavior that return types with arguments of type ISessionEvent Modifier and Type Method Description teetime.framework.InputPort<ISessionEvent>
EntryCallSequenceStage. getSessionEventInputPort()
teetime.framework.InputPort<ISessionEvent>
UserSessionGeneratorCompositeStage. getSessionEventInputPort()
-
Uses of ISessionEvent in kieker.analysis.behavior.model
Methods in kieker.analysis.behavior.model with parameters of type ISessionEvent Modifier and Type Method Description static java.lang.String
UserSession. createUserSessionId(ISessionEvent event)
Parse the id which would be constructed by theUserSession
class if it contained that event. -
Uses of ISessionEvent in kieker.common.record.session
Classes in kieker.common.record.session that implement ISessionEvent Modifier and Type Class Description class
SessionEndEvent
class
SessionStartEvent