Uses of Interface
org.eclnt.jsfserver.util.IHttpSessionClosedReactor
Packages that use IHttpSessionClosedReactor
-
Uses of IHttpSessionClosedReactor in org.eclnt.jsfserver.polling
Classes in org.eclnt.jsfserver.polling that implement IHttpSessionClosedReactor -
Uses of IHttpSessionClosedReactor in org.eclnt.jsfserver.util
Methods in org.eclnt.jsfserver.util that return IHttpSessionClosedReactorModifier and TypeMethodDescriptionHttpSessionListenerDelegator.getReactor
(String id) Get reactor for a certain id.Methods in org.eclnt.jsfserver.util that return types with arguments of type IHttpSessionClosedReactorMethods in org.eclnt.jsfserver.util with parameters of type IHttpSessionClosedReactorModifier and TypeMethodDescriptionstatic void
HttpSessionAccess.addHttpSessionCloseReactorForCurrentSession
(String id, IHttpSessionClosedReactor reactor) Adds a reactor interface into the current http session which notifies about closing the session.void
HttpSessionListenerDelegator.addReactor
(String id, IHttpSessionClosedReactor listener) The reactor is passed, associated with a certain id.