javax.ejb
Annotation Type Schedules


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Schedules

Schedules multiple timers that use the same method as the timeout callback method.

Since:
3.1

Required Element Summary
 Schedule[] value
           
 

Element Detail

value

public abstract Schedule[] value