Class SessionExpirationTask<SC,MV,AV,LC>
java.lang.Object
org.wildfly.clustering.session.infinispan.embedded.SessionExpirationTask<SC,MV,AV,LC>
- Type Parameters:
SC- the ServletContext specification typeMV- the meta-data value typeAV- the attributes value typeLC- the local context type
-
Constructor Summary
ConstructorsConstructorDescriptionSessionExpirationTask(SessionFactory<SC, MV, AV, LC> sessionFactory, Supplier<Batch> batchFactory, Consumer<ImmutableSession> expirationListener) Creates a remover for expired sessions. -
Method Summary
-
Constructor Details
-
SessionExpirationTask
public SessionExpirationTask(SessionFactory<SC, MV, AV, LC> sessionFactory, Supplier<Batch> batchFactory, Consumer<ImmutableSession> expirationListener) Creates a remover for expired sessions.- Parameters:
sessionFactory- the associated session factorybatchFactory- the batch factoryexpirationListener- the listener of expired sessions
-
-
Method Details
-
test
-