[seam-issues] [JBoss JIRA] Resolved: (SEAMCRON-2) Implement asynchronous method invocation for managed beans
Peter Royle (JIRA)
jira-events at lists.jboss.org
Thu May 26 00:38:00 EDT 2011
[ https://issues.jboss.org/browse/SEAMCRON-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Peter Royle resolved SEAMCRON-2.
--------------------------------
Resolution: Done
This is implemented with Quartz and Threads providers. Pushing @Asynchronous and related SPI into Solder has been split out as a separate issue.
> Implement asynchronous method invocation for managed beans
> ----------------------------------------------------------
>
> Key: SEAMCRON-2
> URL: https://issues.jboss.org/browse/SEAMCRON-2
> Project: Seam Cron
> Issue Type: Feature Request
> Reporter: Dan Allen
> Assignee: Peter Royle
> Fix For: 3.0.0.Alpha1
>
>
> Implement thread pool-based asynchronous method invocation for managed (non-EJB) beans. This feature allows developers to mark a method for background execution using an annotation.
> {code:java}
> public class BeanWithAsyncMethod {
> @Asynchronous
> public void doLongOperation() {
> ...
> }
> }
> {code}
> We may consider offering the task control (Future) that EJB 3.1 provides, though you can create that as a separate issue if you deem it follow-up work. See: http://download.oracle.com/javaee/6/tutorial/doc/gkkqg.html
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list