Uses of Class
org.red5.server.exception.ScopeNotFoundException

Packages that use ScopeNotFoundException
org.red5.server.api.statistics   
org.red5.server.statistics   
 

Uses of ScopeNotFoundException in org.red5.server.api.statistics
 

Methods in org.red5.server.api.statistics that throw ScopeNotFoundException
 Set<String> IStatisticsService.getScopes(String path)
          Return a list of all scopes that currently exist on the server below a current path.
 void IStatisticsService.updateScopeStatistics(String path)
          Update statistics for a given scope.
 void IStatisticsService.updateSharedObjectStatistics(String path, String name)
          Update informations about a shared object in a given scope.
 

Uses of ScopeNotFoundException in org.red5.server.statistics
 

Methods in org.red5.server.statistics that throw ScopeNotFoundException
 Set<String> StatisticsService.getScopes(String path)
           
 void StatisticsService.updateScopeStatistics(String path)
           
 void StatisticsService.updateSharedObjectStatistics(String path, String name)
           
 



Copyright © 2006-2010 The Red5 Project