Uses of Annotation Interface
jakarta.annotation.PreDestroy
-
Uses of PreDestroy in com.sun.faces.push
Modifier 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.