Interface Activation
- All Superinterfaces:
JCAMetadata,Serializable
An activation of a resource adapter.
- Author:
- Stefano Maestri
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic enumAn attribute.static enumA Tag. -
Method Summary
Modifier and TypeMethodDescriptionGet the adminObjects.Get the archive.Get the beanValidationGroups.Get the bootstrapContext.Get the configProperties.Get the connectionFactories.getId()Get the idGet the transactionSupport.Get the WorkManager
-
Method Details
-
getArchive
String getArchive()Get the archive.- Returns:
- the archive.
-
getId
String getId()Get the id- Returns:
- the value.
-
getTransactionSupport
TransactionSupportEnum getTransactionSupport()Get the transactionSupport.- Returns:
- the transactionSupport.
-
getConnectionDefinitions
List<ConnectionDefinition> getConnectionDefinitions()Get the connectionFactories.- Returns:
- the connectionFactories.
-
getAdminObjects
List<AdminObject> getAdminObjects()Get the adminObjects.- Returns:
- the adminObjects.
-
getConfigProperties
Get the configProperties.- Returns:
- the configProperties.
-
getBeanValidationGroups
Get the beanValidationGroups.- Returns:
- the beanValidationGroups.
-
getBootstrapContext
String getBootstrapContext()Get the bootstrapContext.- Returns:
- the bootstrapContext.
-
getWorkManager
WorkManager getWorkManager()Get the WorkManager- Returns:
- The value
-