|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.red5.server.statistics.XmlRpcScopeStatistics
public class XmlRpcScopeStatistics
Public methods for XML-RPC scope statistics service.
Constructor Summary | |
---|---|
XmlRpcScopeStatistics()
Constructs a new XmlScopeStatistics. |
|
XmlRpcScopeStatistics(IScope globalScope)
Create new scope statistic. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public XmlRpcScopeStatistics()
public XmlRpcScopeStatistics(IScope globalScope)
globalScope
- Global scope refMethod Detail |
---|
public 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 of
public Map<String,Object> getScopeAttributes()
public Map<String,Object> getScopeAttributes(String path)
path
- Path of scope to return attributes of
public Map<String,Object> getSharedObjects(String path)
path
- Path of scope to return shared objects for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |