public interface Activation extends JCAMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
Activation.Attribute
An attribute.
|
static class |
Activation.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
List<AdminObject> |
getAdminObjects()
Get the adminObjects.
|
String |
getArchive()
Get the archive.
|
List<String> |
getBeanValidationGroups()
Get the beanValidationGroups.
|
String |
getBootstrapContext()
Get the bootstrapContext.
|
Map<String,String> |
getConfigProperties()
Get the configProperties.
|
List<ConnectionDefinition> |
getConnectionDefinitions()
Get the connectionFactories.
|
String |
getId()
Get the id
|
TransactionSupportEnum |
getTransactionSupport()
Get the transactionSupport.
|
WorkManager |
getWorkManager()
Get the WorkManager
|
String getArchive()
String getId()
TransactionSupportEnum getTransactionSupport()
List<ConnectionDefinition> getConnectionDefinitions()
List<AdminObject> getAdminObjects()
Map<String,String> getConfigProperties()
List<String> getBeanValidationGroups()
String getBootstrapContext()
WorkManager getWorkManager()
Copyright © 2021 JBoss by Red Hat. All rights reserved.