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