Package | Description |
---|---|
org.wildfly.swarm.config.resource.adapters | |
org.wildfly.swarm.config.resource.adapters.resource_adapter |
Modifier and Type | Method and Description |
---|---|
ConnectionDefinitions |
ResourceAdapter.ResourceAdapterResources.connectionDefinitions(String key) |
Modifier and Type | Method and Description |
---|---|
List<ConnectionDefinitions> |
ResourceAdapter.ResourceAdapterResources.connectionDefinitions()
Get the list of ConnectionDefinitions resources
|
Modifier and Type | Method and Description |
---|---|
T |
ResourceAdapter.connectionDefinitions(ConnectionDefinitions value)
Add the ConnectionDefinitions object to the list of subresources
|
Modifier and Type | Method and Description |
---|---|
T |
ResourceAdapter.connectionDefinitions(List<ConnectionDefinitions> value)
Add all ConnectionDefinitions objects to this subresource
|
Modifier and Type | Class and Description |
---|---|
class |
ConnectionDefinitions<T extends ConnectionDefinitions<T>>
Specifies a connection definition.
|
interface |
ConnectionDefinitionsConsumer<T extends ConnectionDefinitions<T>> |
interface |
ConnectionDefinitionsSupplier<T extends ConnectionDefinitions> |
Modifier and Type | Method and Description |
---|---|
ConnectionDefinitions |
ConnectionDefinitionsSupplier.get()
Constructed instance of ConnectionDefinitions resource
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.