|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Server | |
---|---|
org.jboss.bootstrap | |
org.jboss.bootstrap.microcontainer | |
org.jboss.bootstrap.spi | |
org.jboss.bootstrap.spi.microcontainer |
Uses of Server in org.jboss.bootstrap |
---|
Classes in org.jboss.bootstrap that implement Server | |
---|---|
class |
AbstractServerImpl
A Server implementation that uses the deployer-beans.xml and ProfileService to boot the server. |
Methods in org.jboss.bootstrap that return Server | |
---|---|
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. |
Uses of Server in org.jboss.bootstrap.microcontainer |
---|
Classes in org.jboss.bootstrap.microcontainer that implement Server | |
---|---|
class |
ServerImpl
A Server implementation that bootstraps an MC kernel based on the beans deployments referenced by a bootstrap.xml descriptor. |
Uses of Server in org.jboss.bootstrap.spi |
---|
Subinterfaces of Server in org.jboss.bootstrap.spi | |
---|---|
interface |
ServerProcess
ServerProcess An abstraction of an AS instance as run from within a dedicated / standalone Process (JVM) |
Methods in org.jboss.bootstrap.spi with parameters of type Server | |
---|---|
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 |
Uses of Server in org.jboss.bootstrap.spi.microcontainer |
---|
Subinterfaces of Server in org.jboss.bootstrap.spi.microcontainer | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |