blackboard.platform.session
Interface SessionInvalidationFilter
public interface SessionInvalidationFilter
|
Method Summary |
BbList |
filterInvalidSessions(BbList invalidSessions)
Interceptor method to allow a listener to arbitrarily keep alive sessions that otherwise
would have been invalidated |
EXTENSION_INTEGRATION
static final java.lang.String EXTENSION_INTEGRATION
- See Also:
- Constant Field Values
filterInvalidSessions
BbList filterInvalidSessions(BbList invalidSessions)
- Interceptor method to allow a listener to arbitrarily keep alive sessions that otherwise
would have been invalidated
- Parameters:
invalidSessions - list of sessions that are marked for invalidation
- Returns:
- filtered list of sessions to invalidate
Copyright © 2003 Blackboard, Inc. All Rights Reserved.