org.jboss.bootstrap.spi.microcontainer
Interface MCServer
- All Superinterfaces:
- Server
- All Known Implementing Classes:
- ServerImpl
public interface MCServer
- extends Server
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.
- Version:
- $Revision: 80657 $
- Author:
- Scott.Stark@jboss.org
Methods inherited from interface org.jboss.bootstrap.spi.Server |
getBuildDate, getBuildID, getBuildJVM, getBuildNumber, getBuildOS, getConfig, getMetaData, getStartDate, getVersion, getVersionName, getVersionNumber, init, init, isInShutdown, isStarted, shutdown, start |
getKernel
org.jboss.kernel.Kernel getKernel()
- Returns:
getDeployments
Map<String,org.jboss.kernel.spi.deployment.KernelDeployment> getDeployments()
- Returns:
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.