public interface TimerProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
void |
cancelTask(String taskName) |
void |
schedule(Runnable runnable,
long interval,
String taskName) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.