Package | Description |
---|---|
org.jboss.jca.embedded.dsl.resourceadapters10.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.jca.embedded.dsl.resourceadapters10.impl |
Provides the implementation classes as defined in the schema
|
Modifier and Type | Method and Description |
---|---|
ResourceAdaptersDescriptor |
ResourceAdaptersDescriptor.removeAllResourceAdapter()
Removes all
resource-adapter elements |
Modifier and Type | Method and Description |
---|---|
ResourceAdapterType<ResourceAdaptersDescriptor> |
ResourceAdaptersDescriptor.createResourceAdapter()
Creates a new
resource-adapter element |
List<ResourceAdapterType<ResourceAdaptersDescriptor>> |
ResourceAdaptersDescriptor.getAllResourceAdapter()
Returns all
resource-adapter elements |
ResourceAdapterType<ResourceAdaptersDescriptor> |
ResourceAdaptersDescriptor.getOrCreateResourceAdapter()
If not already created, a new
resource-adapter element will be created and returned. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceAdaptersDescriptorImpl
This deployment descriptor provides the functionalities as described in the specification
|
Modifier and Type | Method and Description |
---|---|
ResourceAdaptersDescriptor |
ResourceAdaptersDescriptorImpl.addDefaultNamespaces()
Adds the default namespaces as defined in the specification
|
ResourceAdaptersDescriptor |
ResourceAdaptersDescriptorImpl.addNamespace(String name,
String value)
Adds a new namespace
|
ResourceAdaptersDescriptor |
ResourceAdaptersDescriptorImpl.removeAllNamespaces()
Removes all existing namespaces.
|
ResourceAdaptersDescriptor |
ResourceAdaptersDescriptorImpl.removeAllResourceAdapter()
Removes all
resource-adapter elements |
Modifier and Type | Method and Description |
---|---|
ResourceAdapterType<ResourceAdaptersDescriptor> |
ResourceAdaptersDescriptorImpl.createResourceAdapter()
Creates a new
resource-adapter element |
List<ResourceAdapterType<ResourceAdaptersDescriptor>> |
ResourceAdaptersDescriptorImpl.getAllResourceAdapter()
Returns all
resource-adapter elements |
ResourceAdapterType<ResourceAdaptersDescriptor> |
ResourceAdaptersDescriptorImpl.getOrCreateResourceAdapter()
If not already created, a new
resource-adapter element will be created and returned. |
Copyright © 2021 JBoss by Red Hat. All rights reserved.