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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidshutdown()voidstartup(GatewayContext context, ClientReqSession session) 
 - 
 
- 
- 
Method Detail
- 
startup
void startup(GatewayContext context, ClientReqSession session)
 
- 
shutdown
void shutdown()
 
 - 
 
 -