Package | Description |
---|---|
org.red5.server.api.scope | |
org.red5.server.jmx.mxbeans | |
org.red5.server.scope |
Modifier and Type | Method and Description |
---|---|
ScopeType |
IBasicScope.getType()
Get the type of the scope.
|
static ScopeType |
ScopeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ScopeType[] |
ScopeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IBasicScope |
IScope.getBasicScope(ScopeType type,
String name)
Get a child scope by type and name.
|
Set<String> |
IScope.getBasicScopeNames(ScopeType type) |
boolean |
IScope.hasChildScope(ScopeType type,
String name)
Checks whether scope has a child scope with given name and type
|
Modifier and Type | Method and Description |
---|---|
boolean |
ScopeMXBean.hasChildScope(ScopeType type,
String name)
Check whether scope has child scope with given name and type
|
Modifier and Type | Field and Description |
---|---|
protected ScopeType |
BasicScope.type
Scope type.
|
Modifier and Type | Method and Description |
---|---|
ScopeType |
BasicScope.getType() |
Modifier and Type | Method and Description |
---|---|
IBasicScope |
Scope.getBasicScope(ScopeType type,
String name)
Return base scope of given type with given name
|
Set<String> |
Scope.getBasicScopeNames(ScopeType type)
Return basic scope names matching given type
|
boolean |
Scope.hasChildScope(ScopeType type,
String name)
Check whether scope has child scope with given name and type
|
Constructor and Description |
---|
BasicScope(IScope parent,
ScopeType type,
String name,
boolean persistent)
Constructor for basic scope
|
Scope.Builder(IScope parent,
ScopeType type,
String name,
boolean persistent) |
Copyright © 2006-2012 The Red5 Project