Package org.red5.server.jmx.mxbeans
Interface LoaderMXBean
- All Superinterfaces:
ShutdownMXBean
- All Known Implementing Classes:
TomcatLoader
,TomcatVHostLoader
Simple mbean interface for J2EE container loaders.
- Author:
- The Red5 Project, Paul Gregoire (mondain@gmail.com)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
destroy()
void
removeContext
(String path) boolean
startWebApplication
(String application)
-
Method Details
-
startWebApplication
- Throws:
jakarta.servlet.ServletException
-
removeContext
-
destroy
- Specified by:
destroy
in interfaceShutdownMXBean
- Throws:
Exception
-