Lincoln Baxter III created FORGE-1756:
-----------------------------------------
Summary: 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
{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