All Superinterfaces:
JCAMetadata, Serializable

public interface Activation extends JCAMetadata
An activation of a resource adapter.
Author:
Stefano Maestri
  • 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

      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