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 AutoCloseableCopyright © 2013 JBoss by Red Hat. All rights reserved.