S - the HttpSession specification typeC - the ServletContext specification typeL - the HttpSessionBindingListener specification typepublic class ImmutableSessionBindingNotifier<S,C,L> extends Object implements SessionBindingNotifier
| Constructor and Description |
|---|
ImmutableSessionBindingNotifier(HttpSessionBindingListenerProvider<S,C,L> provider,
ImmutableSession session,
C context) |
| Modifier and Type | Method and Description |
|---|---|
void |
bound()
Notifies all attributes that they are being unbound from a given session.
|
void |
unbound()
Notifies all attributes that they are being unbound from a given session.
|
public ImmutableSessionBindingNotifier(HttpSessionBindingListenerProvider<S,C,L> provider, ImmutableSession session, C context)
public void bound()
SessionBindingNotifierbound in interface SessionBindingNotifierpublic void unbound()
SessionBindingNotifierunbound in interface SessionBindingNotifierCopyright © 2020 JBoss by Red Hat. All rights reserved.