public interface Activation extends JCAMetadata
Modifier and Type | Interface and Description |
---|---|
static class |
Activation.Attribute
An attribute.
|
static class |
Activation.Tag
A Tag.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AdminObject> |
getAdminObjects()
Get the adminObjects.
|
java.lang.String |
getArchive()
Get the archive.
|
java.util.List<java.lang.String> |
getBeanValidationGroups()
Get the beanValidationGroups.
|
java.lang.String |
getBootstrapContext()
Get the bootstrapContext.
|
java.util.Map<java.lang.String,java.lang.String> |
getConfigProperties()
Get the configProperties.
|
java.util.List<ConnectionDefinition> |
getConnectionDefinitions()
Get the connectionFactories.
|
java.lang.String |
getId()
Get the id
|
TransactionSupportEnum |
getTransactionSupport()
Get the transactionSupport.
|
WorkManager |
getWorkManager()
Get the WorkManager
|
java.lang.String getArchive()
java.lang.String getId()
TransactionSupportEnum getTransactionSupport()
java.util.List<ConnectionDefinition> getConnectionDefinitions()
java.util.List<AdminObject> getAdminObjects()
java.util.Map<java.lang.String,java.lang.String> getConfigProperties()
java.util.List<java.lang.String> getBeanValidationGroups()
java.lang.String getBootstrapContext()
WorkManager getWorkManager()
Copyright © 2014 IronJacamar (http://www.ironjacamar.org)