Interface | Description |
---|---|
EmbeddedManagedProcess |
Base interface for an embedded process that can be managed with a
ModelControllerClient . |
HostController |
The embedded host controller interface.
|
ServerEnvironment | Deprecated
Not used
|
StandaloneServer |
The standalone server interface.
|
Class | Description |
---|---|
EmbeddedHostControllerBootstrap |
Bootstrap of the Embedded HostController process.
|
EmbeddedHostControllerFactory |
This is the host controller counterpart to EmbeddedServerFactory which lives behind a module class loader.
|
EmbeddedProcessFactory |
Factory that sets up an embedded server or Host Controller process using modular classloading.
|
EmbeddedServerFactory | Deprecated |
EmbeddedServerReference | Deprecated
use the
EmbeddedManagedProcess , StandaloneServer or HostController interface
and not this implementation class |
EmbeddedStandaloneServerFactory |
This is the counter-part of EmbeddedServerFactory which lives behind a module class loader.
|
Exception | Description |
---|---|
EmbeddedProcessStartException |
Exception thrown during
EmbeddedManagedProcess.start() . |
ServerStartException | Deprecated
use the
EmbeddedProcessStartException subclass as this level of the type hierarchy will be removed |
Copyright © 2023 JBoss by Red Hat. All rights reserved.