Package com.sun.xml.ws.commons
Class MaintenanceTaskExecutor
- java.lang.Object
-
- com.sun.xml.ws.commons.MaintenanceTaskExecutor
-
public class MaintenanceTaskExecutor extends Object
- Author:
- Marek Potociar
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static booleanregister(DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit, Component component)
-
-
-
Method Detail
-
register
public static boolean register(@NotNull DelayedTaskManager.DelayedTask task, long delay, TimeUnit timeUnit, Component component)
-
-