Interface LoaderMXBean

All Superinterfaces:
ShutdownMXBean
All Known Implementing Classes:
TomcatLoader, TomcatVHostLoader

@MXBean public interface LoaderMXBean extends ShutdownMXBean
Simple mbean interface for J2EE container loaders.
Author:
The Red5 Project, Paul Gregoire (mondain@gmail.com)
  • Method Details

    • startWebApplication

      boolean startWebApplication(String application) throws jakarta.servlet.ServletException
      Throws:
      jakarta.servlet.ServletException
    • removeContext

      void removeContext(String path)
    • destroy

      void destroy() throws Exception
      Specified by:
      destroy in interface ShutdownMXBean
      Throws:
      Exception