public class ActivationImpl extends Object implements Activation
Activation.Attribute, Activation.Tag| Modifier and Type | Field and Description |
|---|---|
protected List<AdminObject> |
adminObjects
adminObjects
|
protected String |
archive
archive
|
protected List<String> |
beanValidationGroups
beanValidationGroups
|
protected String |
bootstrapContext
bootstrapContext
|
protected Map<String,String> |
configProperties
configProperties
|
protected List<ConnectionDefinition> |
connectionDefinitions
connectionDefinitions
|
protected String |
id
id
|
protected TransactionSupportEnum |
transactionSupport
transactionSupport
|
protected WorkManager |
workmanager
workmanager
|
| Constructor and 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
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
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() |
int |
hashCode() |
String |
toString() |
protected TransactionSupportEnum transactionSupport
protected List<AdminObject> adminObjects
protected List<ConnectionDefinition> connectionDefinitions
protected String bootstrapContext
protected String archive
protected String id
protected WorkManager workmanager
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)
id - The idarchive - archivetransactionSupport - transactionSupportconnectionDefinitions - connectionDefinitionsadminObjects - adminObjectsconfigProperties - configPropertiesbeanValidationGroups - beanValidationGroupsbootstrapContext - bootstrapContextworkmanager - workmanagerpublic TransactionSupportEnum getTransactionSupport()
getTransactionSupport in interface Activationpublic List<ConnectionDefinition> getConnectionDefinitions()
getConnectionDefinitions in interface Activationpublic List<AdminObject> getAdminObjects()
getAdminObjects in interface Activationpublic Map<String,String> getConfigProperties()
getConfigProperties in interface Activationpublic List<String> getBeanValidationGroups()
getBeanValidationGroups in interface Activationpublic String getBootstrapContext()
getBootstrapContext in interface Activationpublic String getId()
getId in interface Activationpublic String getArchive()
getArchive in interface Activationpublic WorkManager getWorkManager()
getWorkManager in interface ActivationCopyright © 2021 JBoss by Red Hat. All rights reserved.