Modifier and Type | Method and Description |
---|---|
protected ConnectorConnectionPool |
ConnectorConnectionPool.doClone(String name)
Clone method.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorRuntime.createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)
Creates connector connection pool in the connector container.
|
void |
ConnectorRuntime.createConnectorConnectionPool(ConnectorConnectionPool ccp,
String connectionDefinitionName,
String rarName,
List<Property> props,
List<SecurityMap> securityMaps)
Creates connector connection pool in the connector container.
|
javax.resource.spi.ManagedConnectionFactory[] |
ActiveResourceAdapter.createManagedConnectionFactories(ConnectorConnectionPool ccp,
ClassLoader loader)
Creates managed Connection factories corresponding to one pool.
|
javax.resource.spi.ManagedConnectionFactory[] |
ActiveResourceAdapterImpl.createManagedConnectionFactories(ConnectorConnectionPool ccp,
ClassLoader jcl)
Creates managed Connection factories corresponding to one pool.
|
javax.resource.spi.ManagedConnectionFactory |
ActiveResourceAdapter.createManagedConnectionFactory(ConnectorConnectionPool ccp,
ClassLoader loader)
Creates managed Connection factory instance.
|
javax.resource.spi.ManagedConnectionFactory |
ActiveOutboundResourceAdapter.createManagedConnectionFactory(ConnectorConnectionPool pool,
ClassLoader jcl)
Creates an instance of
ManagedConnectionFactory
object using the connection pool properties. |
javax.resource.spi.ManagedConnectionFactory |
ActiveResourceAdapterImpl.createManagedConnectionFactory(ConnectorConnectionPool ccp,
ClassLoader jcl)
Creates managed Connection factory instance.
|
boolean |
ConnectorRuntime.reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp,
Set excludedProps)
Reconfigure a connection pool.
|
void |
ConnectorRuntime.recreateConnectorConnectionPool(ConnectorConnectionPool ccp)
Recreate a connector connection pool.
|
Modifier and Type | Method and Description |
---|---|
javax.resource.spi.ManagedConnectionFactory[] |
ActiveJmsResourceAdapter.createManagedConnectionFactories(ConnectorConnectionPool cpr,
ClassLoader loader)
This is a temporay solution for obtaining all the MCFs
corresponding to a JMS RA pool, this is to facilitate the
recovery process where the XA resources of all RMs in the
broker cluster are required.
|
javax.resource.spi.ManagedConnectionFactory |
ActiveJmsResourceAdapter.createManagedConnectionFactory(ConnectorConnectionPool cpr,
ClassLoader loader)
Creates ManagedConnection Factory instance.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)
Creates connector connection pool in the connector container.
|
void |
ConnectorConnectionPoolAdminServiceImpl.createConnectorConnectionPool(ConnectorConnectionPool ccp,
String connectionDefinitionName,
String rarName,
List<Property> props,
List<SecurityMap> securityMaps)
Creates connector connection pool in the connector container.
|
String |
ConnectorConnectionPoolAdminServiceImpl.getPropertyValue(String prop,
ConnectorConnectionPool connectorConnectionPool)
Utility method to get property value from ConnectorDescriptorInfo.
|
boolean |
ConnectorConnectionPoolAdminServiceImpl.reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp,
Set excludedProps)
Reconfigure a connection pool.
|
void |
ConnectorConnectionPoolAdminServiceImpl.recreateConnectorConnectionPool(ConnectorConnectionPool ccp)
Recreate a connector connection pool.
|
Modifier and Type | Method and Description |
---|---|
static ConnectorConnectionPool |
ConnectionPoolObjectsUtils.createDefaultConnectorPoolObject(PoolInfo poolInfo,
String rarName)
Creates default ConnectorConnectionPool consisting of default
pool values.
|
static ConnectorConnectionPool |
ConnectionPoolObjectsUtils.createSunRaConnectorPoolObject(PoolInfo poolInfo,
ConnectorDescriptor desc,
String rarName)
Creates ConnectorConnectionPool object pertaining to the pool props
mentioned in the sun-ra/xml i.e it represents the pool mentioned in the
sun-ra.xm.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionPoolReconfigHelper.ReconfigAction |
ConnectionPoolReconfigHelper.compare(ConnectorConnectionPool oldPool,
ConnectorConnectionPool newPool,
Set excludedProps) |
static void |
ConnectionPoolObjectsUtils.setLazyEnlistAndLazyAssocProperties(String lazyAssocString,
List<Property> properties,
ConnectorConnectionPool conConnPool)
Validates and sets the values for LazyConnectionEnlistment and LazyConnectionAssociation.
|
Modifier and Type | Method and Description |
---|---|
void |
ConnectorConnectionPoolDeployer.convertElementPropertyToPoolProperty(ConnectorConnectionPool ccp,
ConnectorConnectionPool domainCcp)
The idea is to convert the ElementProperty values coming from the admin
connection pool to standard pool attributes thereby making it
easy in case of a reconfig
|
Modifier and Type | Method and Description |
---|---|
protected ConnectorConnectionPool |
ConnectionPool.getPoolConfigurationFromJndi(Hashtable env) |
Modifier and Type | Method and Description |
---|---|
void |
PoolManagerImpl.reconfigPoolProperties(ConnectorConnectionPool ccp) |
void |
PoolManager.reconfigPoolProperties(ConnectorConnectionPool ccp) |
void |
ConnectionPool.reconfigurePool(ConnectorConnectionPool poolResource)
Reconfigure the Pool's properties.
|
void |
ResourcePool.reconfigurePool(ConnectorConnectionPool ccp) |
Modifier and Type | Method and Description |
---|---|
ConnectorConnectionPool |
JdbcConnectionPoolDeployer.createConnectorConnectionPool(JdbcConnectionPool adminPool,
PoolInfo poolInfo) |
Copyright © 2019. All rights reserved.