Class JvmSmokeTests

  • All Implemented Interfaces:
    EventListener, javax.servlet.ServletContextListener

    public class JvmSmokeTests
    extends Object
    implements javax.servlet.ServletContextListener
    Test that the JVM is properly configured. For now, we just test the temp directory. Other
    • Constructor Detail

      • JvmSmokeTests

        public JvmSmokeTests()
    • Method Detail

      • contextInitialized

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

        public void contextDestroyed​(javax.servlet.ServletContextEvent sce)
        Specified by:
        contextDestroyed in interface javax.servlet.ServletContextListener