org.red5.server.api.statistics
Interface IStatisticsBase

All Known Subinterfaces:
IClientBroadcastStreamStatistics, IPlaylistSubscriberStreamStatistics, IScopeStatistics, ISharedObjectStatistics, IStreamStatistics
All Known Implementing Classes:
ClientBroadcastStream, ClientSharedObject, GlobalScope, PlaylistSubscriberStream, RoomScope, Scope, SharedObject, WebScope

public interface IStatisticsBase

Base class for all statistics informations.

Author:
The Red5 Project ([email protected]), Joachim Bauch ([email protected])

Method Summary
 long getCreationTime()
          Return the timestamp the object was created.
 

Method Detail

getCreationTime

long getCreationTime()
Return the timestamp the object was created.

Returns:
the timestamp in milliseconds since midnight, January 1, 1970 UTC.


Copyright © 2006-2012 The Red5 Project