Class Installer

java.lang.Object
com.netcracker.profiler.servlet.Installer
All Implemented Interfaces:
EventListener, javax.servlet.ServletContextListener

public class Installer extends Object implements javax.servlet.ServletContextListener
  • Constructor Details

    • Installer

      public Installer()
  • Method Details

    • contextDestroyed

      public void contextDestroyed(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextDestroyed in interface javax.servlet.ServletContextListener
    • contextInitialized

      public void contextInitialized(javax.servlet.ServletContextEvent servletContextEvent)
      Specified by:
      contextInitialized in interface javax.servlet.ServletContextListener
    • install

      public void install(javax.servlet.ServletContext context)
    • getNonActiveProfilerWarning

      public static String getNonActiveProfilerWarning()
    • getStartupArgumentRecommendations

      public static List<String> getStartupArgumentRecommendations()
    • getStartupArguments

      public static List<String> getStartupArguments()