Modifier and Type | Method and Description |
---|---|
static Collection<BindableResource> |
ConnectorsUtil.getResourcesOfPool(Resources resources,
String connectionPoolName) |
Modifier and Type | Method and Description |
---|---|
static ResourceInfo |
ConnectorsUtil.getResourceInfo(BindableResource resource) |
Modifier and Type | Method and Description |
---|---|
static String |
BindableResource.Duck.getIdentity(BindableResource resource) |
Modifier and Type | Method and Description |
---|---|
BindableResource |
DeferredResourceConfig.getBindableResource() |
Modifier and Type | Method and Description |
---|---|
void |
DeferredResourceConfig.setBindableResource(BindableResource bindableResource) |
Constructor and Description |
---|
DeferredResourceConfig(String rarName,
AdminObjectResource adminObject,
ResourcePool resourcePool,
BindableResource bindableResource,
ResourceAdapterConfig[] resAdapterConfig) |
Modifier and Type | Method and Description |
---|---|
boolean |
ResourcesUtil.isEnabled(BindableResource br) |
boolean |
ResourcesUtil.isEnabled(BindableResource br,
ResourceInfo resourceInfo) |
Modifier and Type | Interface and Description |
---|---|
interface |
ContextService
Concurrency context service resource definition
|
interface |
ManagedExecutorService
Concurrency managed executor service resource definition
|
interface |
ManagedExecutorServiceBase
Concurrency managed executor service resource base definition
|
interface |
ManagedScheduledExecutorService
Concurrency managed scheduled executor service resource definition
|
interface |
ManagedThreadFactory
Concurrency managed thread factory resource definition
|
Modifier and Type | Interface and Description |
---|---|
interface |
AdminObjectResource |
interface |
ConnectorResource |
interface |
PersistenceManagerFactoryResource
Persistence Manager runtime configuration
|
Modifier and Type | Interface and Description |
---|---|
interface |
JdbcResource
JDBC javax.sql.(XA)DataSource resource definition
|
Modifier and Type | Method and Description |
---|---|
static Collection<BindableResource> |
JdbcResourcesUtil.getResourcesOfPool(Resources resources,
String connectionPoolName) |
Modifier and Type | Method and Description |
---|---|
static BindableResource |
ResourceUtil.getBindableResourceByName(Resources resources,
String name) |
Modifier and Type | Method and Description |
---|---|
Class |
BindableResourcesHelper.getResourceByClass(BindableResource resource) |
static ResourceInfo |
ResourceUtil.getResourceInfo(BindableResource resource) |
String |
BindableResourcesHelper.getResourceTypeName(BindableResource resource) |
boolean |
BindableResourcesHelper.isBindableResourceEnabled(BindableResource br) |
Modifier and Type | Method and Description |
---|---|
ResourceStatus |
BindableResourcesHelper.validateBindableResourceForDuplicates(Resources resources,
String jndiName,
boolean validateResourceRef,
String target,
Class<? extends BindableResource> resourceTypeToValidate)
checks whether duplicate resource exists or resource is already created but not resource-ref or
resource-ref already exists.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CustomResource
Custom (or generic) resource managed by a user-written factory class.
|
interface |
ExternalJndiResource
Resource residing in an external JNDI repository
|
Modifier and Type | Interface and Description |
---|---|
interface |
MailResource |
Copyright © 2021. All rights reserved.