Package org.jboss.as.server
Interface Bootstrap.ConfigurationPersisterFactory
- Enclosing interface:
- Bootstrap
public static interface Bootstrap.ConfigurationPersisterFactory
A factory for the
ExtensibleConfigurationPersister to be used by this server-
Method Summary
Modifier and TypeMethodDescriptioncreateConfigurationPersister(ServerEnvironment serverEnvironment, ExecutorService executorService)
-
Method Details
-
createConfigurationPersister
ExtensibleConfigurationPersister createConfigurationPersister(ServerEnvironment serverEnvironment, ExecutorService executorService) - Parameters:
serverEnvironment- the server environment. Cannot benullexecutorService- an executor service the configuration persister can use. May benullif asynchronous work is not supported- Returns:
- the configuration persister. Will not be
null
-