org.red5.server.statistics
public class XmlRpcScopeStatistics extends Object
Constructor and Description |
---|
XmlRpcScopeStatistics()
Constructs a new XmlScopeStatistics.
|
XmlRpcScopeStatistics(IScope globalScope)
Create new scope statistic.
|
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getScopeAttributes()
Return attributes of the global scope.
|
Map<String,Object> |
getScopeAttributes(String path)
Return attributes of a given scope.
|
String[] |
getScopes()
Return available applications.
|
String[] |
getScopes(String path)
Return subscopes of another scope.
|
Map<String,Object> |
getSharedObjects(String path)
Return informations about shared objects of a given scope.
|
void |
setGlobalScope(IScope scope)
Setter for global scope.
|
public XmlRpcScopeStatistics()
public XmlRpcScopeStatistics(IScope globalScope)
globalScope
- Global scope refpublic void setGlobalScope(IScope scope)
scope
- Value to set for property 'globalScope'.public String[] getScopes()
public String[] getScopes(String path)
path
- Path of scope to return subscopes ofpublic Map<String,Object> getScopeAttributes()
public Map<String,Object> getScopeAttributes(String path)
path
- Path of scope to return attributes ofCopyright © 2006-2012 The Red5 Project