public interface IBasicScope extends ICoreObject, IEventObservable
Modifier and Type | Method and Description |
---|---|
int |
getDepth()
Get the scopes depth, how far down the scope tree is it.
|
String |
getName()
Get the name of this scope.
|
IScope |
getParent()
Get this scopes parent.
|
String |
getPath()
Get the full absolute path.
|
IPersistenceStore |
getStore()
Get the persistable store
|
ScopeType |
getType()
Get the type of the scope.
|
boolean |
hasParent()
Does this scope have a parent? You can think of scopes as of tree items
where scope may have a parent and children (child).
|
boolean |
isValid()
Validates a scope based on its name and type
|
void |
setKeepDelay(int keepDelay)
Sets the amount of time to keep the scope available after the
last disconnect.
|
dispatchEvent
handleEvent
notifyEvent
addEventListener, getEventListeners, removeEventListener
boolean hasParent()
true
if this scope has a parent, otherwise
false
IScope getParent()
null
if this scope doesn't have a
parentint getDepth()
String getName()
someroom
.IPersistenceStore getStore()
String getPath()
host/myapp/someroom
.ScopeType getType()
void setKeepDelay(int keepDelay)
keepDelay
- delayboolean isValid()
Copyright © 2006-2012 The Red5 Project