Interface SessionLifecycleAttribute
- 
- All Superinterfaces:
- java.io.Serializable
 
 public interface SessionLifecycleAttribute extends java.io.SerializableSession values that implement this interface will be started up and shut down with the session's lifecycle.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()voidstartup(GatewayContext context, ClientReqSession session)
 
- 
- 
- 
Method Detail- 
startupvoid startup(GatewayContext context, ClientReqSession session) 
 - 
shutdownvoid shutdown() 
 
- 
 
-