javax.ejb
Annotation Type Asynchronous


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

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

An asychronous method must have return type void or Future<V>, where V is the result value type.

Asynchronous method invocation semantics only apply to the no-interface, local business, and remote business client views. Methods exposed through the EJB 2.x local, EJB 2.x remote, and web service client views must not be designated as asynchronous.

Since:
EJB 3.1
See Also:
AsyncResult



Submit a bug or feature

Copyright © 2009-2011, Oracle Corporation and/or its affiliates. All Rights Reserved. Use is subject to license terms.

Generated on 10-February-2011 12:41

Scripting on this page tracks web page traffic, but does not change the content in any way.