Uses of Class
org.red5.server.api.scope.ScopeType

Packages that use ScopeType
org.red5.server.api.scope   
org.red5.server.jmx.mxbeans   
org.red5.server.scope   
 

Uses of ScopeType in org.red5.server.api.scope
 

Methods in org.red5.server.api.scope that return ScopeType
 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.
 

Methods in org.red5.server.api.scope with parameters of type ScopeType
 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
 

Uses of ScopeType in org.red5.server.jmx.mxbeans
 

Methods in org.red5.server.jmx.mxbeans with parameters of type ScopeType
 boolean ScopeMXBean.hasChildScope(ScopeType type, String name)
          Check whether scope has child scope with given name and type
 

Uses of ScopeType in org.red5.server.scope
 

Fields in org.red5.server.scope declared as ScopeType
protected  ScopeType BasicScope.type
          Scope type.
 

Methods in org.red5.server.scope that return ScopeType
 ScopeType BasicScope.getType()
           
 

Methods in org.red5.server.scope with parameters of type ScopeType
 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
 

Constructors in org.red5.server.scope with parameters of type ScopeType
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