public interface ISharedObjectStatistics extends IStatisticsBase
Modifier and Type | Method and Description |
---|---|
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 |
isPersistent()
Check if the shared object is persistent.
|
getCreationTime
String getName()
boolean isPersistent()
True
if the shared object is persistent, otherwise False
int getVersion()
int getTotalListeners()
int getMaxListeners()
int getActiveListeners()
int getTotalChanges()
int getTotalDeletes()
int getTotalSends()
Copyright © 2006-2012 The Red5 Project