StatefulServletContextListener

public interface StatefulServletContextListener

StatefulServletContextListener is a listener for listening the events from a stateful servlet context.

Author:Hugo Y. K. Lam

See also: StatefulServletContext

Methods

servletContextHalted

public void servletContextHalted()

Invoked when the context it is listening has been halted.

servletContextResumed

public void servletContextResumed()

Invoked when the context it is listening has been resumed.