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

Field Summary
 
Fields inherited from interface org.jboss.bootstrap.spi.Server
START_NOTIFICATION_TYPE, STOP_NOTIFICATION_TYPE
 
Method Summary
 Map<String,org.jboss.kernel.spi.deployment.KernelDeployment> getDeployments()
           
 org.jboss.kernel.Kernel getKernel()
           
 
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
 

Method Detail

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.