Uses of Enum
org.red5.server.api.scope.ScopeType
Packages that use ScopeType
-
Uses of ScopeType in org.red5.server.api.scope
Methods in org.red5.server.api.scope that return ScopeTypeModifier and TypeMethodDescriptionIBasicScope.getType()Get the type of the scope.static ScopeTypeReturns 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 ScopeTypeModifier and TypeMethodDescriptionIScope.getBasicScope(ScopeType type, String name) Get a child scope by type and name.IScope.getBasicScopeNames(ScopeType type) booleanIScope.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 ScopeTypeModifier and TypeMethodDescriptionbooleanScopeMXBean.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 ScopeTypeMethods in org.red5.server.scope that return ScopeTypeMethods in org.red5.server.scope with parameters of type ScopeTypeModifier and TypeMethodDescriptionScope.getBasicScope(ScopeType type, String name) Return base scope of given type with given name.Scope.getBasicScopeNames(ScopeType type) Return basic scope names matching given type.booleanScope.hasChildScope(ScopeType type, String name) Check whether scope has child scope with given name and typeConstructors in org.red5.server.scope with parameters of type ScopeType