Interface BeforeShutdown


public interface BeforeShutdown

The type of the final event the container fires after it has finished processing requests and destroyed all contexts. If any observer method of the BeforeShutdown event throws an exception, the exception is ignored by the container.

CDI Lite implementations are not required to provide support for Portable Extensions.

Author:
David Allen