C D G M O

C

createServer() - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the default implementation class name DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServer(ClassLoader) - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the default implementation class name DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
createServer(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the specified implementation class name using the specified ClassLoader.
createServerConfig() - Static method in class org.jboss.bootstrap.spi.mc.config.MCServerConfigFactory
Creates an MCServerConfig from the default implementation class name MCServerConfigFactory.DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServerConfig(ClassLoader) - Static method in class org.jboss.bootstrap.spi.mc.config.MCServerConfigFactory
Creates an MCServerConfig from the default implementation class name MCServerConfigFactory.DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME, using the specified ClassLoader.
createServerWithDefaultConfiguration() - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the default implementation class name DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
createServerWithDefaultConfiguration(ClassLoader) - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the default implementation class name DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
createServerWithDefaultConfiguration(String, ClassLoader) - Static method in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
Creates an MCServer from the specified implementation class name using the specified ClassLoader.

D

DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME - Static variable in class org.jboss.bootstrap.spi.mc.config.MCServerConfigFactory
The FQN of the default implementation class to create
DEFAULT_MC_SERVER_IMPL_CLASS_NAME - Static variable in class org.jboss.bootstrap.spi.mc.server.MCServerFactory
The FQN of the default server implementation class to create

G

getDeployments() - Method in interface org.jboss.bootstrap.spi.mc.server.MCBasedServer
Obtains the deployments currently deployed on this server
getKernel() - Method in interface org.jboss.bootstrap.spi.mc.server.MCBasedServer
Obtains the underlying Kernel

M

MCBasedServer<K extends MCBasedServer<K,T>,T extends MCBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.mc.server
MCBasedServer Contract for MC-based Servers, may be extended for a direct MC Server
MCBasedServerConfig<T extends MCBasedServerConfig<T>> - Interface in org.jboss.bootstrap.spi.mc.config
MCBasedServerConfig Contract for MC-based Servers, may be extended for a direct MC ServerConfig
MCServer - Interface in org.jboss.bootstrap.spi.mc.server
MCServer Contract of Microcontainer implementations of the Server
MCServerConfig - Interface in org.jboss.bootstrap.spi.mc.config
MCServerConfig Contract of Microcontainer implementations of the ServerConfig
MCServerConfigFactory - Class in org.jboss.bootstrap.spi.mc.config
MCServerConfigFactory Factory of MCServerConfig implementations
MCServerFactory - Class in org.jboss.bootstrap.spi.mc.server
MCServerFactory Factory of MCServer implementations

O

org.jboss.bootstrap.spi.mc.config - package org.jboss.bootstrap.spi.mc.config
 
org.jboss.bootstrap.spi.mc.server - package org.jboss.bootstrap.spi.mc.server
 

C D G M O

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.