org.autoplot.servlet.ShutdownListener

Lister shuts down resources used by das2, such as its "RequestProcessor" thread pool.

ShutdownListener( )


contextDestroyed

contextDestroyed( ServletContextEvent sce ) → void

Parameters

sce - a ServletContextEvent

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]


contextInitialized

contextInitialized( ServletContextEvent sce ) → void

Parameters

sce - a ServletContextEvent

Returns:

void (returns nothing)

[search for examples] [view on GitHub] [view on old javadoc]