Interface SessionLifecycleAttribute
- All Superinterfaces:
- Serializable
Session values that implement this interface will be started up and shut down with the session's lifecycle.
- 
Method SummaryModifier and TypeMethodDescriptionvoidshutdown()voidstartup(GatewayContext context, ClientReqSession session) 
- 
Method Details- 
startup
- 
shutdownvoid shutdown()
 
-