|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.bootstrap.spi.mc.config.MCServerConfigFactory
public class MCServerConfigFactory
MCServerConfigFactory
Factory of MCServerConfig
implementations
Field Summary | |
---|---|
static String |
DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME
The FQN of the default implementation class to create |
Method Summary | |
---|---|
static MCServerConfig |
createServerConfig()
Creates an MCServerConfig from the default implementation class name DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME , using the
Thread Context ClassLoader. |
static MCServerConfig |
createServerConfig(ClassLoader cl)
Creates an MCServerConfig from the default implementation class name DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME , using the
specified ClassLoader. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final String DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME
Method Detail |
---|
public static MCServerConfig createServerConfig()
DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME
, using the
Thread Context ClassLoader. The returned config will additionally be created using
the TCCL.
public static MCServerConfig createServerConfig(ClassLoader cl) throws IllegalArgumentException
DEFAULT_MC_SERVER_CONFIG_IMPL_CLASS_NAME
, using the
specified ClassLoader. The returned config will additionally be created using
the ClassLoader denoted.
IllegalArgumentException
- If the ClassLoader is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |