public class Configuration extends Object
Domain
. Each Archive
created by the domain's
ArchiveFactory
will consult the configuration internally. An Archive
's configuration may not be
changed after construction; if a new config is required it must be created under a new domain. The default
configuration is defined by ConfigurationBuilder
, and new configurations are created via
ConfigurationBuilder.build()
. Note that while the Configuration
is immutable, its properties may have
internal state that may be changed. For true isolation, use separate Domain
s when creating Archive
s.Modifier and Type | Method and Description |
---|---|
Iterable<ClassLoader> |
getClassLoaders() |
ExecutorService |
getExecutorService()
Deprecated.
No longer used by the implementation, will be removed in SW 2.0
|
ExtensionLoader |
getExtensionLoader() |
public ExtensionLoader getExtensionLoader()
@Deprecated public ExecutorService getExecutorService()
public Iterable<ClassLoader> getClassLoaders()
ClassLoader
s to be used in this configuration; used in extension loading and adding CL
resources to the archive, etcCopyright © 2016 JBoss by Red Hat. All rights reserved.