public interface Scheduler<I,M>
extends org.wildfly.clustering.ee.Scheduler<I,M>
Modifier and Type | Method and Description |
---|---|
void |
cancel(Locality locality)
Cancels any previous scheduled tasks for session which are no longer local to the current node
|
void |
schedule(I id)
Schedules an object with the specified identifier.
|
void schedule(I id)
id
- the identifier of the object to be scheduledvoid cancel(Locality locality)
location
- the cache localityCopyright © 2020 JBoss by Red Hat. All rights reserved.