| Modifier and Type | Method and Description |
|---|---|
static Collection<ConnectorConnectionPool> |
ConnectorsUtil.getAllPoolsOfModule(String moduleName,
Resources allResources)
get the pools for a particular resource-adapter
|
static Collection<Resource> |
ConnectorsUtil.getAllResources(Collection<String> poolNames,
Resources allResources) |
static Collection<Resource> |
ConnectorsUtil.getAllSystemRAResourcesAndPools(Resources allResources)
Get all System RAR pools and resources
|
static Collection<WorkSecurityMap> |
ConnectorsUtil.getAllWorkSecurityMaps(Resources resources,
String moduleName) |
static ResourcePool |
ConnectorsUtil.getConnectionPoolConfig(PoolInfo poolInfo,
Resources allResources) |
static boolean |
ConnectorsUtil.getPingDuringPoolCreation(PoolInfo poolInfo,
Resources allResources) |
static ResourceAdapterConfig |
ConnectorsUtil.getRAConfig(String raName,
Resources allResources) |
static String |
ConnectorsUtil.getRarNameOfResource(Resource resource,
Resources resources) |
static String |
ConnectorsUtil.getResourceAdapterNameOfPool(String poolName,
Resources allResources)
Given the poolname, retrieve the resourceadapter name
|
static <T> Resource |
ConnectorsUtil.getResourceByName(Resources resources,
Class<T> type,
String name) |
static Collection<BindableResource> |
ConnectorsUtil.getResourcesOfPool(Resources resources,
String connectionPoolName) |
static List<WorkSecurityMap> |
ConnectorsUtil.getWorkSecurityMaps(String raName,
Resources allResources)
given the ra-name, returns all the configured connector-work-security-maps for the .rar
|
| Modifier and Type | Method and Description |
|---|---|
Resources |
Module.getResources() |
Resources |
Domain.getResources()
Gets the value of the resources property.
|
Resources |
Application.getResources() |
| Modifier and Type | Method and Description |
|---|---|
static <T> Resource |
Resources.Duck.getResourceByName(Resources resources,
Class<T> type,
String name) |
static <T> Collection<T> |
Resources.Duck.getResources(Resources resources,
Class<T> type) |
void |
Module.setResources(Resources resources) |
void |
Domain.setResources(Resources value)
Sets the value of the resources property.
|
void |
Application.setResources(Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
Resources |
ConnectorRuntime.getResources() |
Resources |
ConnectorRuntime.getResources(PoolInfo poolInfo) |
Resources |
ConnectorRuntime.getResources(ResourceInfo resourceInfo) |
| Modifier and Type | Field and Description |
|---|---|
protected Resources |
ResourcesUtil.resources |
| Modifier and Type | Method and Description |
|---|---|
Resources |
ResourcesUtil.getGlobalResources() |
Resources |
ResourcesUtil.getResources(PoolInfo poolInfo) |
Resources |
ResourcesUtil.getResources(ResourceInfo resourceInfo) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Resource> |
ResourcesUtil.filterConnectorResources(Resources allResources,
String moduleName,
boolean includePools) |
Collection<AdminObjectResource> |
ResourcesUtil.getEnabledAdminObjectResources(String raName,
Resources resources) |
String |
ResourcesUtil.getRarNameOfResource(Resource resource,
Resources resources) |
| Modifier and Type | Method and Description |
|---|---|
void |
JMSDestinationDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
AbstractConnectorResourceDeployer.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 |
JMSConnectionFactoryDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
static void |
AbstractConnectorResourceDeployer.validateResourcesForStaleReference(String appName,
List<Module> staleRars,
Resources resources)
Validates whether the old application has RARs and those are retained in new application.
If the new application does not have any of the old application's RAR, validates whether any module is using the RAR's resources. |
| Modifier and Type | Method and Description |
|---|---|
Resources |
ConnectionPoolStatsProviderBootstrap.getResources() |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
ManagedThreadFactoryManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ContextServiceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ManagedExecutorServiceBaseManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
Resource |
ManagedThreadFactoryManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ContextServiceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ManagedExecutorServiceBaseManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
protected ManagedExecutorServiceBase |
ManagedScheduledExecutorServiceManager.createConfigBean(Resources param,
Properties properties) |
protected ManagedExecutorServiceBase |
ManagedExecutorServiceManager.createConfigBean(Resources param,
Properties properties) |
protected abstract ManagedExecutorServiceBase |
ManagedExecutorServiceBaseManager.createConfigBean(Resources param,
Properties properties) |
protected ManagedExecutorServiceBase |
ManagedExecutorServiceBaseManager.createResource(Resources param,
Properties properties) |
ResourceStatus |
ManagedThreadFactoryManager.delete(Resources resources,
String jndiName,
String target) |
ResourceStatus |
ContextServiceManager.delete(Resources resources,
String jndiName,
String target) |
ResourceStatus |
ManagedExecutorServiceBaseManager.delete(Resources resources,
String jndiName,
String target) |
protected ResourceStatus |
ManagedExecutorServiceManager.isValid(Resources resources,
boolean validateResourceRef,
String target) |
protected ResourceStatus |
ManagedExecutorServiceBaseManager.isValid(Resources resources,
boolean validateResourceRef,
String target) |
| Modifier and Type | Method and Description |
|---|---|
void |
ManagedExecutorServiceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ManagedThreadFactoryDeployer.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 |
|---|---|
ResourceStatus |
ConnectorResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ResourceAdapterConfigManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ConnectorConnectionPoolManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ConnectorWorkSecurityMapResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
AdminObjectManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
PMFResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
Resource |
ConnectorResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ResourceAdapterConfigManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ConnectorConnectionPoolManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
ConnectorWorkSecurityMapResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
AdminObjectManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
PMFResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
boolean |
ConnectionPoolUtil.isValidPool(Resources resources,
String poolName,
String prefix,
ActionReport report) |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
JDBCResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
JDBCConnectionPoolManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
Resource |
JDBCResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
JDBCConnectionPoolManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
ResourceStatus |
JDBCConnectionPoolManager.delete(Iterable<Server> servers,
Iterable<Cluster> clusters,
Resources resources,
String cascade,
String poolName) |
ResourceStatus |
JDBCResourceManager.delete(Resources resources,
String jndiName,
String target) |
| Modifier and Type | Method and Description |
|---|---|
void |
JdbcResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
DataSourceDefinitionDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
JdbcConnectionPoolDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
static <T> Resource |
JdbcResourcesUtil.getResourceByName(Resources resources,
Class<T> type,
String name) |
static Collection<BindableResource> |
JdbcResourcesUtil.getResourcesOfPool(Resources resources,
String connectionPoolName) |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
Resources |
ResourceManager.getAllResources() |
| Modifier and Type | Method and Description |
|---|---|
static BindableResource |
ResourceUtil.getBindableResourceByName(Resources resources,
String name) |
static Resource |
ResourceUtil.getResourceByIdentity(Resources resources,
String name) |
static Resource |
ResourceUtil.getResourceByName(Class<? extends Resource> clazz,
Resources resources,
String name) |
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 | Method and Description |
|---|---|
ResourceStatus |
CustomResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
JndiResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
ResourceStatus |
ResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target)
creates the resource as a child to the resources provided
|
Resource |
CustomResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
Resource |
JndiResourceManager.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 |
static ArrayList |
ResourcesManager.createResources(Resources resources,
File resourceXMLFile,
String target,
ResourceFactory resourceFactory)
Creating resources from sun-resources.xml file.
|
| Modifier and Type | Method and Description |
|---|---|
static Resources |
ResourcesRegistry.getResources(String appName,
String moduleName) |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Resources> |
ResourcesRegistry.getResources(String appName) |
static Map<String,Resources> |
ResourcesRegistry.remove(String appName) |
| Modifier and Type | Method and Description |
|---|---|
static void |
ResourcesRegistry.putResources(String appName,
Map<String,Resources> allResources) |
| Modifier and Type | Method and Description |
|---|---|
void |
CustomResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
void |
ExternalJndiResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
ResourceStatus |
JavaMailResourceManager.create(Resources resources,
HashMap attributes,
Properties properties,
String target) |
Resource |
JavaMailResourceManager.createConfigBean(Resources resources,
HashMap attributes,
Properties properties,
boolean validate) |
| Modifier and Type | Method and Description |
|---|---|
void |
MailResourceDeployer.validatePreservedResource(Application oldApp,
Application newApp,
Resource resource,
Resources allResources) |
| Modifier and Type | Method and Description |
|---|---|
Resources |
ApplicationScopedResourcesManager.getResources(String applicationName)
Gets all
Resources that are part of an application |
| Modifier and Type | Method and Description |
|---|---|
void |
ApplicationScopedResourcesManager.undeployResources(Resources resources)
undeploy the given set of resources
resources (bindable) are removed first and then the pools |
| Modifier and Type | Method and Description |
|---|---|
static Set<Resource> |
ResourceUtilities.getResourceConfigConflicts(Set<Resource> resSet,
Resources resources)
Checks if any of the Resource in the given set has a conflict with
resource definitions in the domain.xml.
|
static void |
ResourceUtilities.getResourceConflictsWithDomainXML(List<Resource> resList,
Resources resources)
Checks if any of the Resource in the given set has a conflict with
resource definitions in the domain.xml.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourcesDeployer.retainResourceConfig(DeploymentContext dc,
Map<String,Resources> allResources)
retain old resource configuration for the new archive being deployed.
|
Copyright © 2017. All rights reserved.