public interface ContextFactory
ScheduledContext objects for scheduled methods.| Modifier and Type | Method and Description |
|---|---|
ScheduledContext |
createContext(Method method)
Creates a new
ScheduledContext instance which can be used to manage a
single scheduled method. |
ScheduledContext createContext(Method method)
ScheduledContext instance which can be used to manage a
single scheduled method.method - the method being scheduled for execution.Copyright © 2014–2018. All rights reserved.