- Type Parameters:
SC - the ServletContext specification type
MV - the meta-data value type
AV - the attributes value type
LC - the local context type
- All Implemented Interfaces:
- org.wildfly.clustering.ee.Remover<String>, Registrar<org.wildfly.clustering.web.session.SessionExpirationListener>
public class ExpiredSessionRemover<SC,MV,AV,LC>
extends Object
implements org.wildfly.clustering.ee.Remover<String>, Registrar<org.wildfly.clustering.web.session.SessionExpirationListener>
Session remover that removes a session if and only if it is expired.
- Author:
- Paul Ferraro