Schedules (Java(TM) EE 7 Specification APIs) (original) (raw)
@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Schedules
Applied to a timer callback method to schedule multiple calendar-based timers for the method. The method to which the Schedules
annotation is applied must have one of the following signatures, where <METHOD>
designates the method name:
void ()
void (Timer timer)
Since:
EJB 3.1
See Also:
Schedule
Required Element Summary
Required Elements
Modifier and Type Required Element and Description Schedule[] value One or more calendar-based timer specifications. Element Detail
* #### value public abstract [Schedule](../../javax/ejb/Schedule.html "annotation in javax.ejb")[] value One or more calendar-based timer specifications.
Copyright © 1996-2015, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.