[forge-issues] [JBoss JIRA] (FORGE-1756) Furnace.startAsync() should return a Future that can be used to block until the container has started.

Lincoln Baxter III (JIRA) issues at jboss.org
Sat Apr 12 13:18:33 EDT 2014


     [ https://issues.jboss.org/browse/FORGE-1756?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lincoln Baxter III closed FORGE-1756.
-------------------------------------

    Resolution: Done

    
> Furnace.startAsync() should return a Future that can be used to block until the container has started.
> ------------------------------------------------------------------------------------------------------
>
>                 Key: FORGE-1756
>                 URL: https://issues.jboss.org/browse/FORGE-1756
>             Project: Forge
>          Issue Type: Feature Request
>          Components: Furnace (Container)
>    Affects Versions: 2.4.1.Final
>            Reporter: Lincoln Baxter III
>            Assignee: Lincoln Baxter III
>             Fix For: 2.4.2.Final
>
>
> {code}
>  
>     @Override
> -   public Furnace startAsync()
> +   public Future<Void> startAsync()
>     {
>        return startAsync(Thread.currentThread().getContextClassLoader());
>     }
>  
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the forge-issues mailing list