Package org.wildfly.core.embedded
Class EmbeddedHostControllerBootstrap
- java.lang.Object
-
- org.wildfly.core.embedded.EmbeddedHostControllerBootstrap
-
public class EmbeddedHostControllerBootstrap extends Object
Bootstrap of the Embedded HostController process.- Author:
- Ken Wills (c) 2015 Red Hat Inc.
-
-
Constructor Summary
Constructors Constructor Description EmbeddedHostControllerBootstrap(FutureServiceContainer futureContainer, HostControllerEnvironment environment, String authCode)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FutureServiceContainerbootstrap(PropertyChangeListener processStateListener)voidfailed()
-
-
-
Constructor Detail
-
EmbeddedHostControllerBootstrap
public EmbeddedHostControllerBootstrap(FutureServiceContainer futureContainer, HostControllerEnvironment environment, String authCode)
-
-
Method Detail
-
bootstrap
public FutureServiceContainer bootstrap(PropertyChangeListener processStateListener) throws Exception
- Throws:
Exception
-
failed
public void failed()
-
-