public class SessionExpirationScheduler extends Object implements Scheduler
| Constructor and Description |
|---|
SessionExpirationScheduler(org.wildfly.clustering.ee.Remover<String> remover) |
SessionExpirationScheduler(org.wildfly.clustering.ee.Remover<String> remover,
ScheduledExecutorService executor) |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(String sessionId) |
void |
close() |
void |
schedule(String sessionId,
org.wildfly.clustering.web.session.ImmutableSessionMetaData metaData) |
public SessionExpirationScheduler(org.wildfly.clustering.ee.Remover<String> remover)
public SessionExpirationScheduler(org.wildfly.clustering.ee.Remover<String> remover, ScheduledExecutorService executor)
public void schedule(String sessionId, org.wildfly.clustering.web.session.ImmutableSessionMetaData metaData)
public void close()
close in interface AutoCloseableclose in interface SchedulerCopyright © 2019 JBoss by Red Hat. All rights reserved.