Uses of Interface
org.red5.server.jmx.mxbeans.ScopeMXBean
Packages that use ScopeMXBean
-
Uses of ScopeMXBean in org.red5.server.jmx.mxbeans
Subinterfaces of ScopeMXBean in org.red5.server.jmx.mxbeansModifier and TypeInterfaceDescriptioninterfaceAn MBean interface for the scope object.interfaceAn MBean interface for the web scope object.Methods in org.red5.server.jmx.mxbeans that return ScopeMXBean -
Uses of ScopeMXBean in org.red5.server.scope
Classes in org.red5.server.scope that implement ScopeMXBeanModifier and TypeClassDescriptionclassGlobal scope is a top level scope.classRepresents a subscope to other scopes.classThe scope object.classWeb scope is special scope that is aware of servlet context and represents scope of a Red5 application within a servlet container (or application server) such as Tomcat, Jetty or JBoss.