Uses of Interface
org.jboss.bootstrap.spi.as.server.JBossASServer

Packages that use JBossASServer
org.jboss.bootstrap.spi.as.server   
 

Uses of JBossASServer in org.jboss.bootstrap.spi.as.server
 

Methods in org.jboss.bootstrap.spi.as.server that return JBossASServer
static JBossASServer JBossASServerFactory.createServer()
          Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
static JBossASServer JBossASServerFactory.createServer(ClassLoader cl)
          Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
static JBossASServer JBossASServerFactory.createServer(String implClassName, ClassLoader cl)
          Creates a JBossASServer from the specified implementation class name using the specified ClassLoader.
static JBossASServer JBossASServerFactory.createServerWithDefaultConfiguration()
          Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the Thread Context ClassLoader.
static JBossASServer JBossASServerFactory.createServerWithDefaultConfiguration(ClassLoader cl)
          Creates a JBossASServer from the default implementation class name JBossASServerFactory.DEFAULT_AS_SERVER_IMPL_CLASS_NAME, using the specified ClassLoader.
static JBossASServer JBossASServerFactory.createServerWithDefaultConfiguration(String implClassName, ClassLoader cl)
          Creates a JBossASServer from the specified implementation class name using the specified ClassLoader.
 



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