Uses of Interface
org.jboss.bootstrap.spi.mc.server.MCServer

Packages that use MCServer
org.jboss.bootstrap.spi.mc.server   
 

Uses of MCServer in org.jboss.bootstrap.spi.mc.server
 

Methods in org.jboss.bootstrap.spi.mc.server that return MCServer
static MCServer MCServerFactory.createServer()
          Creates an MCServer from the default implementation class name MCServerFactory.DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
static MCServer MCServerFactory.createServer(ClassLoader cl)
          Creates an MCServer from the default implementation class name MCServerFactory.DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
static MCServer MCServerFactory.createServer(String implClassName, ClassLoader cl)
          Creates an MCServer from the specified implementation class name using the specified ClassLoader.
static MCServer MCServerFactory.createServerWithDefaultConfiguration()
          Creates an MCServer from the default implementation class name MCServerFactory.DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
static MCServer MCServerFactory.createServerWithDefaultConfiguration(ClassLoader cl)
          Creates an MCServer from the default implementation class name MCServerFactory.DEFAULT_MC_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
static MCServer MCServerFactory.createServerWithDefaultConfiguration(String implClassName, ClassLoader cl)
          Creates an MCServer from the specified implementation class name using the specified ClassLoader.
 



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