public class Jca<T extends Jca> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Jca.JcaResources
Child mutators for Jca
|
| Constructor and Description |
|---|
Jca() |
| Modifier and Type | Method and Description |
|---|---|
ArchiveValidation |
archiveValidation()
Archive validation for resource adapters
|
T |
archiveValidation(ArchiveValidation value)
Archive validation for resource adapters
|
BeanValidation |
beanValidation()
Bean validation (JSR-303) for resource adapters
|
T |
beanValidation(BeanValidation value)
Bean validation (JSR-303) for resource adapters
|
T |
bootstrapContext(BootstrapContext value)
Add the org.wildfly.swarm.config.jca.BootstrapContext object to the list of subresources
|
T |
bootstrapContexts(List<BootstrapContext> value)
Add all org.wildfly.swarm.config.jca.BootstrapContext objects to this subresource
|
CachedConnectionManager |
cachedConnectionManager()
Cached connection manager for resource adapters
|
T |
cachedConnectionManager(CachedConnectionManager value)
Cached connection manager for resource adapters
|
T |
distributedWorkmanager(DistributedWorkmanager value)
Add the org.wildfly.swarm.config.jca.DistributedWorkmanager object to the list of subresources
|
T |
distributedWorkmanagers(List<DistributedWorkmanager> value)
Add all org.wildfly.swarm.config.jca.DistributedWorkmanager objects to this subresource
|
String |
getKey() |
Jca.JcaResources |
subresources() |
Tracer |
tracer()
Tracer for resource adapters
|
T |
tracer(Tracer value)
Tracer for resource adapters
|
T |
workmanager(Workmanager value)
Add the org.wildfly.swarm.config.jca.Workmanager object to the list of subresources
|
T |
workmanagers(List<Workmanager> value)
Add all org.wildfly.swarm.config.jca.Workmanager objects to this subresource
|
public String getKey()
public Jca.JcaResources subresources()
public T distributedWorkmanagers(List<DistributedWorkmanager> value)
value - List of org.wildfly.swarm.config.jca.DistributedWorkmanager objects.public T distributedWorkmanager(DistributedWorkmanager value)
value - The org.wildfly.swarm.config.jca.DistributedWorkmanager to addpublic T workmanagers(List<Workmanager> value)
value - List of org.wildfly.swarm.config.jca.Workmanager objects.public T workmanager(Workmanager value)
value - The org.wildfly.swarm.config.jca.Workmanager to addpublic T bootstrapContexts(List<BootstrapContext> value)
value - List of org.wildfly.swarm.config.jca.BootstrapContext objects.public T bootstrapContext(BootstrapContext value)
value - The org.wildfly.swarm.config.jca.BootstrapContext to addpublic CachedConnectionManager cachedConnectionManager()
public T cachedConnectionManager(CachedConnectionManager value)
public BeanValidation beanValidation()
public T beanValidation(BeanValidation value)
public Tracer tracer()
public ArchiveValidation archiveValidation()
public T archiveValidation(ArchiveValidation value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.