S - the HttpSession specification typeC - the ServletContext specification typeL - the HttpSessionActivationListener specification typepublic class ImmutableSessionActivationNotifier<S,C,L> extends Object implements SessionActivationNotifier
| Constructor and Description |
|---|
ImmutableSessionActivationNotifier(HttpSessionActivationListenerProvider<S,C,L> provider,
ImmutableSession session,
C context) |
| Modifier and Type | Method and Description |
|---|---|
void |
postActivate()
Notifies interested attributes that they are were activated.
|
void |
prePassivate()
Notifies interested attributes that they will be passivated.
|
public ImmutableSessionActivationNotifier(HttpSessionActivationListenerProvider<S,C,L> provider, ImmutableSession session, C context)
public void prePassivate()
SessionActivationNotifierprePassivate in interface SessionActivationNotifierpublic void postActivate()
SessionActivationNotifierpostActivate in interface SessionActivationNotifierCopyright © 2022 JBoss by Red Hat. All rights reserved.