javax.ejb
Annotation Type Asynchronous


@Target(value={METHOD,TYPE})
@Retention(value=RUNTIME)
public @interface Asynchronous

Used to mark a method as an asynchronous method or to designate all business methods of a class or interface as asynchronous.

Since:
EJB 3.1 version.
Author:
Florent Benoit
See Also:
EJB 3.1 specification



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