Uses of Annotation Interface
jakarta.annotation.PreDestroy
Packages that use PreDestroy
-
Uses of PreDestroy in com.sun.faces.push
Methods in com.sun.faces.push with annotations of type PreDestroyModifier and TypeMethodDescriptionprotected void
WebsocketChannelManager.deregisterSessionScope()
When current session scope is about to be destroyed, deregister all session scope channels and explicitly close any open web sockets associated with it to avoid stale websockets.protected void
WebsocketChannelManager.ViewScope.deregisterViewScope()
When current view scope is about to be destroyed, deregister all view scope channels and explicitly close any open web sockets associated with it to avoid stale websockets.