|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISharedObjectStatistics
Statistics informations about a shared object.
| Method Summary | |
|---|---|
int |
getActiveListeners()
Return current number of subscribed listeners. |
int |
getMaxListeners()
Return maximum number of concurrent subscribed listenes. |
String |
getName()
Return the name of the shared object. |
int |
getTotalChanges()
Return number of attribute changes. |
int |
getTotalDeletes()
Return number of attribute deletes. |
int |
getTotalListeners()
Return total number of subscribed listeners. |
int |
getTotalSends()
Return number of times a message was sent. |
int |
getVersion()
Return the version number of the shared object. |
boolean |
isPersistentObject()
Check if the shared object is persistent. |
| Methods inherited from interface org.red5.server.api.statistics.IStatisticsBase |
|---|
getCreationTime |
| Method Detail |
|---|
String getName()
boolean isPersistentObject()
True if the shared object is persistent, otherwise Falseint getVersion()
int getTotalListeners()
int getMaxListeners()
int getActiveListeners()
int getTotalChanges()
int getTotalDeletes()
int getTotalSends()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||