Uses of Interface
org.red5.server.api.statistics.ISharedObjectStatistics

Packages that use ISharedObjectStatistics
org.red5.server.api.so   
org.red5.server.api.statistics   
org.red5.server.so   
org.red5.server.statistics   
 

Uses of ISharedObjectStatistics in org.red5.server.api.so
 

Methods in org.red5.server.api.so that return ISharedObjectStatistics
 ISharedObjectStatistics ISharedObject.getStatistics()
          Return statistics about the shared object.
 

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

Methods in org.red5.server.api.statistics that return types with arguments of type ISharedObjectStatistics
 Set<ISharedObjectStatistics> IStatisticsService.getSharedObjects(String path)
          Return informations about shared objects for a given scope.
 

Uses of ISharedObjectStatistics in org.red5.server.so
 

Classes in org.red5.server.so that implement ISharedObjectStatistics
 class ClientSharedObject
          Works with client-side shared object
 class SharedObject
          Represents shared object on server-side.
 

Methods in org.red5.server.so that return ISharedObjectStatistics
 ISharedObjectStatistics SharedObjectScope.getStatistics()
          Return statistics about the shared object.
 

Uses of ISharedObjectStatistics in org.red5.server.statistics
 

Methods in org.red5.server.statistics that return types with arguments of type ISharedObjectStatistics
 Set<ISharedObjectStatistics> StatisticsService.getSharedObjects(String path)
           
 



Copyright © 2006-2010 The Red5 Project