blackboard.platform.session
Interface SessionInvalidationFilter


public interface SessionInvalidationFilter


Field Summary
static java.lang.String EXTENSION_INTEGRATION
           
 
Method Summary
 BbList filterInvalidSessions(BbList invalidSessions)
          Interceptor method to allow a listener to arbitrarily keep alive sessions that otherwise would have been invalidated
 

Field Detail

EXTENSION_INTEGRATION

static final java.lang.String EXTENSION_INTEGRATION
See Also:
Constant Field Values
Method Detail

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.