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
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSessionExpirationTask(SessionFactory<SC, MV, AV, LC> sessionFactory, Supplier<Batch> batchFactory, Consumer<ImmutableSession> expirationListener) Creates a remover for expired sessions. -
Method Summary
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Predicate
and, compose, composeBinary, composeDouble, composeInt, composeLong, handle, negate, or, xor
-
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
-