Constructor and Description |
---|
Bootstrap.Configuration(ServerEnvironment serverEnvironment) |
Modifier and Type | Method and Description |
---|---|
Bootstrap.ConfigurationPersisterFactory |
getConfigurationPersisterFactory()
Get the factory for the configuration persister to use.
|
ExtensionRegistry |
getExtensionRegistry()
Get the extension registry.
|
org.jboss.modules.ModuleLoader |
getModuleLoader()
Get the application server module loader.
|
ServerEnvironment |
getServerEnvironment()
Get the server environment.
|
long |
getStartTime()
Get the server start time to report in the logs.
|
void |
setConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory)
Set the configuration persister factory to use.
|
void |
setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader)
Set the application server module loader.
|
void |
setPortOffset(int portOffset)
Set the port offset.
|
void |
setStartTime(long startTime)
Set the server start time to report in the logs.
|
public Bootstrap.Configuration(ServerEnvironment serverEnvironment)
public void setPortOffset(int portOffset)
portOffset
- the port offsetpublic ServerEnvironment getServerEnvironment()
null
public ExtensionRegistry getExtensionRegistry()
null
public org.jboss.modules.ModuleLoader getModuleLoader()
public void setModuleLoader(org.jboss.modules.ModuleLoader moduleLoader)
moduleLoader
- the module loaderpublic Bootstrap.ConfigurationPersisterFactory getConfigurationPersisterFactory()
public void setConfigurationPersisterFactory(Bootstrap.ConfigurationPersisterFactory configurationPersisterFactory)
configurationPersisterFactory
- the configuration persister factorypublic long getStartTime()
public void setStartTime(long startTime)
startTime
- the server start timeCopyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.