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:
EJB 3.1 version.
Author:
Florent Benoit
See Also:
EJB 3.1 specification

Required Element Summary
 Schedule[] value
          List of Schedule.
 

Element Detail

value

public abstract Schedule[] value
List of Schedule.



Copyright © 2007-2012 OW2 Consortium. All Rights Reserved.