| Modifier and Type | Method and Description |
|---|---|
static <T> Resource |
ConnectorsUtil.getResourceByName(Resources resources,
Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Resource> |
ConnectorsUtil.getAllResources(Collection<String> poolNames,
Resources allResources) |
static Collection<Resource> |
ConnectorsUtil.getAllSystemRAResourcesAndPools(Resources allResources)
Get all System RAR pools and resources
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ConnectorsUtil.getApplicationName(Resource resource) |
static String |
ConnectorsUtil.getRarNameOfResource(Resource resource,
Resources resources) |
static ResourceConstants.TriState |
ConnectorsUtil.isEmbeddedRarResource(Resource configBeanResource,
Collection<Resource> configBeanResources) |
static boolean |
ConnectorsUtil.isRARResource(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
static ConnectorConnectionPool |
ConnectorsUtil.getPool(Collection<Resource> configBeanResources,
String poolName) |
static ResourceConstants.TriState |
ConnectorsUtil.isEmbeddedRarResource(Resource configBeanResource,
Collection<Resource> configBeanResources) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BindableResource
??Representation of a resource in the domain.xml file
|
interface |
ResourcePool |
interface |
ServerResource
Tag interface for all types of resource.
|
| Modifier and Type | Method and Description |
|---|---|
<T> Resource |
Resources.getResourceByName(Class<T> type,
String name) |
static <T> Resource |
Resources.Duck.getResourceByName(Resources resources,
Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
List<Resource> |
Resources.getResources()
Returns a list of Resources like Custom Resource Or External Jndi Resource Or Jdbc Resource Or Mail Resource Or
Admin Object Resource Or Connector Resource Or Resource Adapter Config Or Jdbc Connection Pool
Or Connector Connection Pool.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Resource.Duck.copyToInstance(Resource resource) |
static String |
Resource.Duck.getIdentity(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceNameValidator.isValid(Resource resource,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
| Modifier and Type | Method and Description |
|---|---|
Resource[] |
DeferredResourceConfig.getResourcesToLoad() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
ConnectorRuntimeExtension.getAllSystemRAResourcesAndPools()
Return the collection of system resources and pools.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DeferredResourceConfig.setResourcesToLoad(Resource[] resourcesToLoad) |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectorService.loadDeferredResources(Resource[] resourcesToLoad) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ResourcesUtil.getResource(ResourceInfo resourceInfo,
Class resourceType) |
Resource |
ResourcesUtil.getResource(String jndiName,
String appName,
String moduleName,
Class resourceType) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
ResourcesUtil.filterConnectorResources(Resources allResources,
String moduleName,
boolean includePools) |
| Modifier and Type | Method and Description |
|---|---|
String |
ResourcesUtil.getRarNameOfResource(Resource resource,
Resources resources) |
boolean |
ResourcesUtil.isEnabled(Resource resource)
Checks if a Resource is enabled.
|
boolean |
ResourcesUtil.isRARResource(Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMSConnectionFactoryDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
ConnectionFactoryDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
MailSessionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
AdministeredObjectDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
JMSDestinationDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
AbstractConnectorResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
void |
JMSConnectionFactoryDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ConnectionFactoryDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
MailSessionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
AdministeredObjectDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
JMSDestinationDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
AbstractConnectorResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JMSConnectionFactoryDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
ConnectionFactoryDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
MailSessionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
AdministeredObjectDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
JMSDestinationDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
AbstractConnectorResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
UniqueResourceNameValidator.isValid(Resource resource,
javax.validation.ConstraintValidatorContext constraintValidatorContext) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ContextServiceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ManagedThreadFactoryManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ManagedExecutorServiceBaseManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| 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 | Method and Description |
|---|---|
boolean |
ManagedThreadFactoryDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ManagedExecutorServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ContextServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ManagedScheduledExecutorServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
void |
ManagedThreadFactoryDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ManagedExecutorServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ContextServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ManagedScheduledExecutorServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ManagedThreadFactoryDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ManagedExecutorServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ContextServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
boolean |
ManagedScheduledExecutorServiceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
ConnectorWorkSecurityMapResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ResourceAdapterConfigManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ConnectorResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
PMFResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
AdminObjectManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ConnectorConnectionPoolManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdminObjectResource |
interface |
ConnectorConnectionPool
Defines configuration used to create and manage
a pool of connections to a EIS.
|
interface |
ConnectorResource |
interface |
PersistenceManagerFactoryResource
Persistence Manager runtime configuration
|
interface |
ResourceAdapterConfig
This element is for configuring the resource adapter.
|
interface |
WorkSecurityMap |
| Modifier and Type | Method and Description |
|---|---|
Resource |
JDBCResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
JDBCConnectionPoolManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
JdbcConnectionPool
Defines configuration used to create and manage a pool physical database
connections.
|
interface |
JdbcResource
JDBC javax.sql.(XA)DataSource resource definition
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdbcConnectionPoolDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
JdbcResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
DataSourceDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
void |
JdbcConnectionPoolDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
JdbcResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
DataSourceDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
JdbcConnectionPoolDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
JdbcResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
DataSourceDefinitionDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> Resource |
JdbcResourcesUtil.getResourceByName(Resources resources,
Class<T> type,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
JdbcRuntimeExtension.getAllSystemRAResourcesAndPools() |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
ResourceTypeOrderProcessor.getOrderedResources(Collection<Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
ResourceTypeOrderProcessor.getOrderedResources(Collection<Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
void |
ResourcesBinder.deployResource(ResourceInfo resourceInfo,
Resource resource)
deploy proxy for the resource
|
boolean |
DefaultResourceDeployerValidator.isDeployedLocally(Resource resource) |
boolean |
ResourceDeployerValidator.isDeployedLocally(Resource resource) |
boolean |
DefaultResourceDeployerValidator.isEnabledLocally(Resource res) |
boolean |
ResourceDeployerValidator.isEnabledLocally(Resource res) |
void |
ResourceProxy.setResource(Resource resource)
Set the resource config bean instance
|
void |
ResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceManager.deployResources(Collection<Resource> resources)
deploy resources
|
void |
ResourceManager.undeployResources(Collection<Resource> resources)
undeploy the given set of resources
care has to be taken for the case of dependent resources eg : all resources need to be undeployed before undeploying the pool that they refer to |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
ResourceUtil.getResourceByIdentity(Resources resources,
String name) |
static Resource |
ResourceUtil.getResourceByName(Class<? extends Resource> clazz,
Resources resources,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static ResourceInfo |
ResourceUtil.getGenericResourceInfo(Resource resource)
given a resource config bean, returns the resource name / jndi-name
|
static ResourceInfo |
ResourceUtil.getGenericResourceInfo(Resource resource,
String resourceName) |
| Modifier and Type | Method and Description |
|---|---|
static Resource |
ResourceUtil.getResourceByName(Class<? extends Resource> clazz,
Resources resources,
String name) |
| Modifier and Type | Method and Description |
|---|---|
Resource |
CustomResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate)
creates config-bean equivalent for the resource configuration provided as attributes and properties
Does not persist the configuration |
Resource |
JndiResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| 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 | Method and Description |
|---|---|
boolean |
ExternalJndiResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
CustomResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
void |
ExternalJndiResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
CustomResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ExternalJndiResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
boolean |
CustomResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
Resource |
JavaMailResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MailResource |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MailResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
void |
MailResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
MailResourceDeployer.canDeploy(boolean postApplicationDeployment,
Collection<Resource> allResources,
Resource resource)
A deployer can indicate whether a particular resource can be deployed before
application deployment
Used in case of application-scoped-resources
eg: Embedded RAR resources are created after application (that has embedded .rar)
deployment.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationScopedResourcesManager.deployResources(Collection<Resource> resources)
deploy resources
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesDeployer.deployResources(String applicationName,
String moduleName,
Collection<Resource> resources,
boolean postDeployPhase) |
Copyright © 2019. All rights reserved.