org.glassfish.api
Annotation Type Async


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Async

Execution artifacts like Service or Admin Command implementations can use this annotation to generate an asynchronous execution of their logic.

Author:
Jerome Dochez

Optional Element Summary
 int priority
           
 

priority

public abstract int priority
Default:
5


Copyright © 2012 GlassFish Community. All Rights Reserved.