public interface SessionAttributeActivationNotifier extends AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
static BiConsumer<SessionAttributeActivationNotifier,Object> |
POST_ACTIVATE |
static BiConsumer<SessionAttributeActivationNotifier,Object> |
PRE_PASSIVATE |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
postActivate(Object value)
Notifies the specified attribute that it was activated, if interested.
|
void |
prePassivate(Object value)
Notifies the specified attribute that it will be passivated, if interested.
|
static final BiConsumer<SessionAttributeActivationNotifier,Object> PRE_PASSIVATE
static final BiConsumer<SessionAttributeActivationNotifier,Object> POST_ACTIVATE
void prePassivate(Object value)
void postActivate(Object value)
void close()
close in interface AutoCloseableCopyright © 2022 JBoss by Red Hat. All rights reserved.