Package | Description |
---|---|
org.jboss.resourceadapters.api |
Provides the interfaces and enumeration types as defined in the schema
|
org.jboss.resourceadapters.impl |
Provides the implementation classes 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. |
Modifier and Type | Class and Description |
---|---|
class |
ResourceAdaptersTypeImpl<T>
This class implements the
resource-adaptersType xsd type |
Modifier and Type | Method and Description |
---|---|
ResourceAdaptersType<T> |
ResourceAdaptersTypeImpl.removeAllResourceAdapter()
Removes all
resource-adapter elements |
Modifier and Type | Method and Description |
---|---|
ResourceAdapterType<ResourceAdaptersType<T>> |
ResourceAdaptersTypeImpl.createResourceAdapter()
Creates a new
resource-adapter element |
List<ResourceAdapterType<ResourceAdaptersType<T>>> |
ResourceAdaptersTypeImpl.getAllResourceAdapter()
Returns all
resource-adapter elements |
ResourceAdapterType<ResourceAdaptersType<T>> |
ResourceAdaptersTypeImpl.getOrCreateResourceAdapter()
If not already created, a new
resource-adapter element will be created and returned. |
Copyright © 2014 JBoss by Red Hat. All rights reserved.