Interface Activation
-
- All Superinterfaces:
JCAMetadata,Serializable
public interface Activation extends JCAMetadata
An activation of a resource adapter.- Author:
- Stefano Maestri
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classActivation.AttributeAn attribute.static classActivation.TagA Tag.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<AdminObject>getAdminObjects()Get the adminObjects.StringgetArchive()Get the archive.List<String>getBeanValidationGroups()Get the beanValidationGroups.StringgetBootstrapContext()Get the bootstrapContext.Map<String,String>getConfigProperties()Get the configProperties.List<ConnectionDefinition>getConnectionDefinitions()Get the connectionFactories.StringgetId()Get the idTransactionSupportEnumgetTransactionSupport()Get the transactionSupport.WorkManagergetWorkManager()Get the WorkManager
-
-
-
Method Detail
-
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
Map<String,String> getConfigProperties()
Get the configProperties.- Returns:
- the configProperties.
-
getBeanValidationGroups
List<String> 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
-
-