public interface StatsListener
Title: Service Event Fabric Runtime
Description: Defines a listener for processing the system statistics.
Copyright: Copyright (c) 2009
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
void |
onStats(RuntimeStats stats)
Processes the specified system runtime statistics.
|
void |
onSystemEnvironment(SystemEnvironment environment)
Processes the specified system environment.
|
void onSystemEnvironment(SystemEnvironment environment)
environment
- the specified environment.void onStats(RuntimeStats stats)
stats
- the specified stats.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.