Package org.red5.server.statistics
Class StatisticsService
java.lang.Object
org.red5.server.statistics.StatisticsService
- All Implemented Interfaces:
IStatisticsService
Implementation of the statistics service.
- Author:
- The Red5 Project, Joachim Bauch (jojo@struktur.de)
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate IScope
Return a list of all scopes that currently exist on the server.Return a list of all scopes that currently exist on the server below a current path.void
setGlobalScope
(IScope scope)
-
Field Details
-
SCOPE_STATS_SO_NAME
- See Also:
-
SO_STATS_SO_NAME
- See Also:
-
globalScope
-
-
Constructor Details
-
StatisticsService
public StatisticsService()
-
-
Method Details
-
setGlobalScope
-
getScope
- Throws:
ScopeNotFoundException
-
getScopes
Description copied from interface:IStatisticsService
Return a list of all scopes that currently exist on the server.- Specified by:
getScopes
in interfaceIStatisticsService
- Returns:
- list of scope names
-
getScopes
Description copied from interface:IStatisticsService
Return a list of all scopes that currently exist on the server below a current path.- Specified by:
getScopes
in interfaceIStatisticsService
- Parameters:
path
- Path to start looking for scopes.- Returns:
- list of scope names
- Throws:
ScopeNotFoundException
- if the path on the server doesn't exist
-