Package org.apache.guacamole.net.event
Interface ApplicationShutdownEvent
public interface ApplicationShutdownEvent
Event that is dispatched when the web application has nearly completely shut
down, including the authentication/authorization portion of extensions. Any
installed extensions are still loaded (such that they may receive this event
via
Listener.handleEvent(java.lang.Object)
, but their authentication
providers will have been shut down via AuthenticationProvider.shutdown()
,
and resources from user sessions will have been closed and released via
UserContext.invalidate()
.