Class ActivationImpl
- java.lang.Object
-
- org.jboss.jca.common.metadata.resourceadapter.ActivationImpl
-
- All Implemented Interfaces:
Serializable,JCAMetadata,Activation
public class ActivationImpl extends Object implements Activation
A resource adapter activation- Author:
- Jesper Pedersen
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jboss.jca.common.api.metadata.resourceadapter.Activation
Activation.Attribute, Activation.Tag
-
-
Field Summary
Fields Modifier and Type Field Description protected List<AdminObject>adminObjectsadminObjectsprotected Stringarchivearchiveprotected List<String>beanValidationGroupsbeanValidationGroupsprotected StringbootstrapContextbootstrapContextprotected Map<String,String>configPropertiesconfigPropertiesprotected List<ConnectionDefinition>connectionDefinitionsconnectionDefinitionsprotected Stringididprotected TransactionSupportEnumtransactionSupporttransactionSupportprotected WorkManagerworkmanagerworkmanager
-
Constructor Summary
Constructors Constructor Description ActivationImpl(String id, String archive, TransactionSupportEnum transactionSupport, List<ConnectionDefinition> connectionDefinitions, List<AdminObject> adminObjects, Map<String,String> configProperties, List<String> beanValidationGroups, String bootstrapContext, WorkManager workmanager)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)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 id.TransactionSupportEnumgetTransactionSupport()Get the transactionSupport.WorkManagergetWorkManager()inthashCode()StringtoString()
-
-
-
Field Detail
-
transactionSupport
protected TransactionSupportEnum transactionSupport
transactionSupport
-
adminObjects
protected List<AdminObject> adminObjects
adminObjects
-
connectionDefinitions
protected List<ConnectionDefinition> connectionDefinitions
connectionDefinitions
-
bootstrapContext
protected String bootstrapContext
bootstrapContext
-
archive
protected String archive
archive
-
id
protected String id
id
-
workmanager
protected WorkManager workmanager
workmanager
-
-
Constructor Detail
-
ActivationImpl
public ActivationImpl(String id, String archive, TransactionSupportEnum transactionSupport, List<ConnectionDefinition> connectionDefinitions, List<AdminObject> adminObjects, Map<String,String> configProperties, List<String> beanValidationGroups, String bootstrapContext, WorkManager workmanager)
Constructor- Parameters:
id- The idarchive- archivetransactionSupport- transactionSupportconnectionDefinitions- connectionDefinitionsadminObjects- adminObjectsconfigProperties- configPropertiesbeanValidationGroups- beanValidationGroupsbootstrapContext- bootstrapContextworkmanager- workmanager
-
-
Method Detail
-
getTransactionSupport
public TransactionSupportEnum getTransactionSupport()
Get the transactionSupport.- Specified by:
getTransactionSupportin interfaceActivation- Returns:
- the transactionSupport.
-
getConnectionDefinitions
public List<ConnectionDefinition> getConnectionDefinitions()
Get the connectionFactories.- Specified by:
getConnectionDefinitionsin interfaceActivation- Returns:
- the connectionFactories.
-
getAdminObjects
public List<AdminObject> getAdminObjects()
Get the adminObjects.- Specified by:
getAdminObjectsin interfaceActivation- Returns:
- the adminObjects.
-
getConfigProperties
public Map<String,String> getConfigProperties()
Get the configProperties.- Specified by:
getConfigPropertiesin interfaceActivation- Returns:
- the configProperties.
-
getBeanValidationGroups
public List<String> getBeanValidationGroups()
Get the beanValidationGroups.- Specified by:
getBeanValidationGroupsin interfaceActivation- Returns:
- the beanValidationGroups.
-
getBootstrapContext
public String getBootstrapContext()
Get the bootstrapContext.- Specified by:
getBootstrapContextin interfaceActivation- Returns:
- the bootstrapContext.
-
getId
public String getId()
Get the id.- Specified by:
getIdin interfaceActivation- Returns:
- the value.
-
getArchive
public String getArchive()
Get the archive.- Specified by:
getArchivein interfaceActivation- Returns:
- the archive.
-
getWorkManager
public WorkManager getWorkManager()
- Specified by:
getWorkManagerin interfaceActivation
-
-