public class EE<T extends EE<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EE.EEResources
Child mutators for EE
|
Constructor and Description |
---|
EE() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
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 ContextService object to the list of subresources
|
T |
contextService(ContextServiceSupplier supplier)
Install a supplied ContextService object to the list of subresources
|
T |
contextService(String childKey)
Create and configure a ContextService object to the list of subresources
|
T |
contextService(String childKey,
ContextServiceConsumer consumer)
Create and configure a ContextService object to the list of subresources
|
T |
contextServices(List<ContextService> value)
Add all ContextService objects to this subresource
|
T |
defaultBindingsService()
The JNDI names for the default EE bindings
|
T |
defaultBindingsService(DefaultBindingsService value)
The JNDI names for the default EE bindings
|
T |
defaultBindingsService(DefaultBindingsServiceConsumer consumer)
The JNDI names for the default EE bindings
|
T |
defaultBindingsService(DefaultBindingsServiceSupplier supplier)
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.
|
T |
globalModules(Map... args)
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 ManagedExecutorService object to the list of subresources
|
T |
managedExecutorService(ManagedExecutorServiceSupplier supplier)
Install a supplied ManagedExecutorService object to the list of
subresources
|
T |
managedExecutorService(String childKey)
Create and configure a ManagedExecutorService object to the list of
subresources
|
T |
managedExecutorService(String childKey,
ManagedExecutorServiceConsumer consumer)
Create and configure a ManagedExecutorService object to the list of
subresources
|
T |
managedExecutorServices(List<ManagedExecutorService> value)
Add all ManagedExecutorService objects to this subresource
|
T |
managedScheduledExecutorService(ManagedScheduledExecutorService value)
Add the ManagedScheduledExecutorService object to the list of
subresources
|
T |
managedScheduledExecutorService(ManagedScheduledExecutorServiceSupplier supplier)
Install a supplied ManagedScheduledExecutorService object to the list of
subresources
|
T |
managedScheduledExecutorService(String childKey)
Create and configure a ManagedScheduledExecutorService object to the list
of subresources
|
T |
managedScheduledExecutorService(String childKey,
ManagedScheduledExecutorServiceConsumer consumer)
Create and configure a ManagedScheduledExecutorService object to the list
of subresources
|
T |
managedScheduledExecutorServices(List<ManagedScheduledExecutorService> value)
Add all ManagedScheduledExecutorService objects to this subresource
|
T |
managedThreadFactories(List<ManagedThreadFactory> value)
Add all ManagedThreadFactory objects to this subresource
|
T |
managedThreadFactory(ManagedThreadFactory value)
Add the ManagedThreadFactory object to the list of subresources
|
T |
managedThreadFactory(ManagedThreadFactorySupplier supplier)
Install a supplied ManagedThreadFactory object to the list of
subresources
|
T |
managedThreadFactory(String childKey)
Create and configure a ManagedThreadFactory object to the list of
subresources
|
T |
managedThreadFactory(String childKey,
ManagedThreadFactoryConsumer consumer)
Create and configure a ManagedThreadFactory object to the list of
subresources
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
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 void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public EE.EEResources subresources()
public T managedThreadFactories(List<ManagedThreadFactory> value)
value
- List of ManagedThreadFactory objects.public T managedThreadFactory(ManagedThreadFactory value)
value
- The ManagedThreadFactory to addpublic T managedThreadFactory(String childKey, ManagedThreadFactoryConsumer consumer)
key
- The key for the ManagedThreadFactory resourceconfig
- The ManagedThreadFactoryConsumer to usepublic T managedThreadFactory(String childKey)
key
- The key for the ManagedThreadFactory resourcepublic T managedThreadFactory(ManagedThreadFactorySupplier supplier)
public T contextServices(List<ContextService> value)
value
- List of ContextService objects.public T contextService(ContextService value)
value
- The ContextService to addpublic T contextService(String childKey, ContextServiceConsumer consumer)
key
- The key for the ContextService resourceconfig
- The ContextServiceConsumer to usepublic T contextService(String childKey)
key
- The key for the ContextService resourcepublic T contextService(ContextServiceSupplier supplier)
public T managedExecutorServices(List<ManagedExecutorService> value)
value
- List of ManagedExecutorService objects.public T managedExecutorService(ManagedExecutorService value)
value
- The ManagedExecutorService to addpublic T managedExecutorService(String childKey, ManagedExecutorServiceConsumer consumer)
key
- The key for the ManagedExecutorService resourceconfig
- The ManagedExecutorServiceConsumer to usepublic T managedExecutorService(String childKey)
key
- The key for the ManagedExecutorService resourcepublic T managedExecutorService(ManagedExecutorServiceSupplier supplier)
public T managedScheduledExecutorServices(List<ManagedScheduledExecutorService> value)
value
- List of ManagedScheduledExecutorService objects.public T managedScheduledExecutorService(ManagedScheduledExecutorService value)
value
- The ManagedScheduledExecutorService to addpublic T managedScheduledExecutorService(String childKey, ManagedScheduledExecutorServiceConsumer consumer)
key
- The key for the ManagedScheduledExecutorService resourceconfig
- The ManagedScheduledExecutorServiceConsumer to usepublic T managedScheduledExecutorService(String childKey)
key
- The key for the ManagedScheduledExecutorService resourcepublic T managedScheduledExecutorService(ManagedScheduledExecutorServiceSupplier supplier)
public T defaultBindingsService(DefaultBindingsService value)
public T defaultBindingsService(DefaultBindingsServiceConsumer consumer)
public T defaultBindingsService()
public T defaultBindingsService(DefaultBindingsServiceSupplier supplier)
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 T globalModules(Map... args)
public Boolean jbossDescriptorPropertyReplacement()
public T jbossDescriptorPropertyReplacement(Boolean value)
public Boolean specDescriptorPropertyReplacement()
Copyright © 2019 JBoss by Red Hat. All rights reserved.