Interface SessionLifecycleAttribute
-
- All Superinterfaces:
java.io.Serializable
public interface SessionLifecycleAttribute extends java.io.Serializable
Session 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 void
shutdown()
void
startup(GatewayContext context, ClientReqSession session)
-
-
-
Method Detail
-
startup
void startup(GatewayContext context, ClientReqSession session)
-
shutdown
void shutdown()
-
-