| Package | Description |
|---|---|
| org.jboss.bootstrap | |
| org.jboss.bootstrap.microcontainer | |
| org.jboss.bootstrap.spi | |
| org.jboss.bootstrap.spi.microcontainer |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractServerImpl
A Server implementation that uses the deployer-beans.xml and ProfileService
to boot the server.
|
| Modifier and Type | Method and Description |
|---|---|
protected Server |
ServerLoader.createServer(String typename,
ClassLoader loader)
Construct a new instance of Server, loading all required classes from
the given ClassLoader.
|
Server |
ServerLoader.load(ClassLoader parent)
Load a
Server instance. |
| Modifier and Type | Class and Description |
|---|---|
class |
ServerImpl
A Server implementation that bootstraps an MC kernel based on the beans
deployments referenced by a bootstrap.xml descriptor.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ServerProcess
ServerProcess
An abstraction of an AS instance as run from within
a dedicated / standalone Process (JVM)
|
| Modifier and Type | Method and Description |
|---|---|
void |
Bootstrap.prepareShutdown(Server server)
Invoked to say we are preparing shutdown
|
void |
Bootstrap.shutdown(Server server)
Invoked at shutdown
|
void |
Bootstrap.start(Server server)
Invoked at startup
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MCServer
An extension of the Server interface that provides access to the
mc Kernel and KernelDeployments loaded by the server prior to starting
the registered Bootstraps.
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.