| Package | Description |
|---|---|
| org.jboss.jca.embedded.dsl.resourceadapters11.api |
Provides the interfaces and enumeration types as defined in the schema
|
| Modifier and Type | Method and Description |
|---|---|
ResourceAdaptersType<T> |
ResourceAdaptersType.removeAllResourceAdapter()
Removes all
resource-adapter elements |
| Modifier and Type | Method and Description |
|---|---|
ResourceAdapterType<ResourceAdaptersType<T>> |
ResourceAdaptersType.createResourceAdapter()
Creates a new
resource-adapter element |
List<ResourceAdapterType<ResourceAdaptersType<T>>> |
ResourceAdaptersType.getAllResourceAdapter()
Returns all
resource-adapter elements |
ResourceAdapterType<ResourceAdaptersType<T>> |
ResourceAdaptersType.getOrCreateResourceAdapter()
If not already created, a new
resource-adapter element will be created and returned. |
Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)