public interface SessionAttributeActivationNotifier extends AutoCloseable
| 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.
|
void prePassivate(Object value)
void postActivate(Object value)
void close()
close in interface AutoCloseableCopyright © 2020 JBoss by Red Hat. All rights reserved.