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 |
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() |
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 |
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 |
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 |
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 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 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 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 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 DefaultBindingsService defaultBindingsService()
public T defaultBindingsService(DefaultBindingsService value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.