T
- the item to be scheduled.public interface Scheduler<T> extends AutoCloseable
void schedule(T item)
item
- the item to schedule.void cancel(T item)
item
- the item to cancel.void close()
close
in interface AutoCloseable
Copyright © 2014 JBoss by Red Hat. All rights reserved.