G
- the group identifier typeI
- the bean identifier typeT
- the bean typepublic class BeanEvictionScheduler<G,I,T> extends Object implements Scheduler<Bean<G,I,T>>
Constructor and Description |
---|
BeanEvictionScheduler(Batcher batcher,
Evictor<I> evictor,
PassivationConfiguration<?> config) |
Modifier and Type | Method and Description |
---|---|
void |
cancel(Bean<G,I,T> bean)
Cancels the scheduled task for the specified value.
|
void |
close()
Closes any resources used by this scheduler.
|
void |
schedule(Bean<G,I,T> bean)
Schedules some task for the specified value.
|
public BeanEvictionScheduler(Batcher batcher, Evictor<I> evictor, PassivationConfiguration<?> config)
Copyright © 2015 JBoss by Red Hat. All rights reserved.