public class EE<T extends EE> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
EE.EEResources
Child mutators for EE
|
| Constructor and Description |
|---|
EE() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
annotationPropertyReplacement()
Flag indicating whether Java EE annotations will have property replacements applied
|
T |
annotationPropertyReplacement(Boolean value)
Flag indicating whether Java EE annotations will have property replacements applied
|
T |
contextService(ContextService value)
Add the org.wildfly.swarm.config.ee.ContextService object to the list of subresources
|
T |
contextService(String childKey)
Create and configure a org.wildfly.swarm.config.ee.ContextService object to the list of subresources
|
T |
contextService(String childKey,
ContextServiceConfigurator config)
Create and configure a org.wildfly.swarm.config.ee.ContextService object to the list of subresources
|
T |
contextServices(List<ContextService> value)
Add all org.wildfly.swarm.config.ee.ContextService objects to this subresource
|
DefaultBindingsService |
defaultBindingsService()
The JNDI names for the default EE bindings
|
T |
defaultBindingsService(DefaultBindingsService value)
The JNDI names for the default EE bindings
|
Boolean |
earSubdeploymentsIsolated()
Flag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear.
|
T |
earSubdeploymentsIsolated(Boolean value)
Flag indicating whether each of the subdeployments within a .ear can access classes belonging to another subdeployment within the same .ear.
|
String |
getKey() |
T |
globalModule(Map value)
A list of modules that should be made available to all deployments.
|
List<Map> |
globalModules()
A list of modules that should be made available to all deployments.
|
T |
globalModules(List<Map> value)
A list of modules that should be made available to all deployments.
|
Boolean |
jbossDescriptorPropertyReplacement()
Flag indicating whether JBoss specific deployment descriptors will have property replacements applied
|
T |
jbossDescriptorPropertyReplacement(Boolean value)
Flag indicating whether JBoss specific deployment descriptors will have property replacements applied
|
T |
managedExecutorService(ManagedExecutorService value)
Add the org.wildfly.swarm.config.ee.ManagedExecutorService object to the list of subresources
|
T |
managedExecutorService(String childKey)
Create and configure a org.wildfly.swarm.config.ee.ManagedExecutorService object to the list of subresources
|
T |
managedExecutorService(String childKey,
ManagedExecutorServiceConfigurator config)
Create and configure a org.wildfly.swarm.config.ee.ManagedExecutorService object to the list of subresources
|
T |
managedExecutorServices(List<ManagedExecutorService> value)
Add all org.wildfly.swarm.config.ee.ManagedExecutorService objects to this subresource
|
T |
managedScheduledExecutorService(ManagedScheduledExecutorService value)
Add the org.wildfly.swarm.config.ee.ManagedScheduledExecutorService object to the list of subresources
|
T |
managedScheduledExecutorService(String childKey)
Create and configure a org.wildfly.swarm.config.ee.ManagedScheduledExecutorService object to the list of subresources
|
T |
managedScheduledExecutorService(String childKey,
ManagedScheduledExecutorServiceConfigurator config)
Create and configure a org.wildfly.swarm.config.ee.ManagedScheduledExecutorService object to the list of subresources
|
T |
managedScheduledExecutorServices(List<ManagedScheduledExecutorService> value)
Add all org.wildfly.swarm.config.ee.ManagedScheduledExecutorService objects to this subresource
|
T |
managedThreadFactory(ManagedThreadFactory value)
Add the org.wildfly.swarm.config.ee.ManagedThreadFactory object to the list of subresources
|
T |
managedThreadFactory(String childKey)
Create and configure a org.wildfly.swarm.config.ee.ManagedThreadFactory object to the list of subresources
|
T |
managedThreadFactory(String childKey,
ManagedThreadFactoryConfigurator config)
Create and configure a org.wildfly.swarm.config.ee.ManagedThreadFactory object to the list of subresources
|
T |
managedThreadFactorys(List<ManagedThreadFactory> value)
Add all org.wildfly.swarm.config.ee.ManagedThreadFactory objects to this subresource
|
Boolean |
specDescriptorPropertyReplacement()
Flag indicating whether descriptors defined by the Java EE specification will have property replacements applied
|
T |
specDescriptorPropertyReplacement(Boolean value)
Flag indicating whether descriptors defined by the Java EE specification will have property replacements applied
|
EE.EEResources |
subresources() |
public String getKey()
public Boolean annotationPropertyReplacement()
public T annotationPropertyReplacement(Boolean value)
public Boolean earSubdeploymentsIsolated()
public T earSubdeploymentsIsolated(Boolean value)
public List<Map> globalModules()
public T globalModules(List<Map> value)
public T globalModule(Map value)
public Boolean jbossDescriptorPropertyReplacement()
public T jbossDescriptorPropertyReplacement(Boolean value)
public Boolean specDescriptorPropertyReplacement()
public T specDescriptorPropertyReplacement(Boolean value)
public EE.EEResources subresources()
public T managedThreadFactorys(List<ManagedThreadFactory> value)
value - List of org.wildfly.swarm.config.ee.ManagedThreadFactory objects.public T managedThreadFactory(ManagedThreadFactory value)
value - The org.wildfly.swarm.config.ee.ManagedThreadFactory to addpublic T managedThreadFactory(String childKey, ManagedThreadFactoryConfigurator config)
key - The key for the org.wildfly.swarm.config.ee.ManagedThreadFactory resourceconfig - The org.wildfly.swarm.config.ee.ManagedThreadFactoryConfigurator to usepublic T managedThreadFactory(String childKey)
key - The key for the org.wildfly.swarm.config.ee.ManagedThreadFactory resourcepublic T contextServices(List<ContextService> value)
value - List of org.wildfly.swarm.config.ee.ContextService objects.public T contextService(ContextService value)
value - The org.wildfly.swarm.config.ee.ContextService to addpublic T contextService(String childKey, ContextServiceConfigurator config)
key - The key for the org.wildfly.swarm.config.ee.ContextService resourceconfig - The org.wildfly.swarm.config.ee.ContextServiceConfigurator to usepublic T contextService(String childKey)
key - The key for the org.wildfly.swarm.config.ee.ContextService resourcepublic T managedExecutorServices(List<ManagedExecutorService> value)
value - List of org.wildfly.swarm.config.ee.ManagedExecutorService objects.public T managedExecutorService(ManagedExecutorService value)
value - The org.wildfly.swarm.config.ee.ManagedExecutorService to addpublic T managedExecutorService(String childKey, ManagedExecutorServiceConfigurator config)
key - The key for the org.wildfly.swarm.config.ee.ManagedExecutorService resourceconfig - The org.wildfly.swarm.config.ee.ManagedExecutorServiceConfigurator to usepublic T managedExecutorService(String childKey)
key - The key for the org.wildfly.swarm.config.ee.ManagedExecutorService resourcepublic T managedScheduledExecutorServices(List<ManagedScheduledExecutorService> value)
value - List of org.wildfly.swarm.config.ee.ManagedScheduledExecutorService objects.public T managedScheduledExecutorService(ManagedScheduledExecutorService value)
value - The org.wildfly.swarm.config.ee.ManagedScheduledExecutorService to addpublic T managedScheduledExecutorService(String childKey, ManagedScheduledExecutorServiceConfigurator config)
key - The key for the org.wildfly.swarm.config.ee.ManagedScheduledExecutorService resourceconfig - The org.wildfly.swarm.config.ee.ManagedScheduledExecutorServiceConfigurator to usepublic T managedScheduledExecutorService(String childKey)
key - The key for the org.wildfly.swarm.config.ee.ManagedScheduledExecutorService resourcepublic DefaultBindingsService defaultBindingsService()
public T defaultBindingsService(DefaultBindingsService value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.