Package org.jboss.as.server
Interface Bootstrap.ConfigurationPersisterFactory
-
- Enclosing interface:
- Bootstrap
public static interface Bootstrap.ConfigurationPersisterFactoryA factory for theExtensibleConfigurationPersisterto be used by this server
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtensibleConfigurationPersistercreateConfigurationPersister(ServerEnvironment serverEnvironment, ExecutorService executorService)
-
-
-
Method Detail
-
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
-
-