Uses of Class
com.sun.enterprise.connectors.ConnectorConnectionPool
-
-
Uses of ConnectorConnectionPool in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ConnectorConnectionPool Modifier and Type Method Description protected ConnectorConnectionPoolConnectorConnectionPool. doClone(String name)Clone method.Methods in com.sun.enterprise.connectors with parameters of type ConnectorConnectionPool Modifier and Type Method Description voidConnectorRuntime. createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)Creates connector connection pool in the connector container.voidConnectorRuntime. createConnectorConnectionPool(ConnectorConnectionPool ccp, String connectionDefinitionName, String rarName, List<Property> props, List<SecurityMap> securityMaps)Creates connector connection pool in the connector container.jakarta.resource.spi.ManagedConnectionFactory[]ActiveResourceAdapter. createManagedConnectionFactories(ConnectorConnectionPool ccp, ClassLoader loader)Creates managed Connection factories corresponding to one pool.jakarta.resource.spi.ManagedConnectionFactory[]ActiveResourceAdapterImpl. createManagedConnectionFactories(ConnectorConnectionPool ccp, ClassLoader jcl)Creates managed Connection factories corresponding to one pool.jakarta.resource.spi.ManagedConnectionFactoryActiveOutboundResourceAdapter. createManagedConnectionFactory(ConnectorConnectionPool pool, ClassLoader jcl)Creates an instance ofManagedConnectionFactoryobject using the connection pool properties.jakarta.resource.spi.ManagedConnectionFactoryActiveResourceAdapter. createManagedConnectionFactory(ConnectorConnectionPool ccp, ClassLoader loader)Creates managed Connection factory instance.jakarta.resource.spi.ManagedConnectionFactoryActiveResourceAdapterImpl. createManagedConnectionFactory(ConnectorConnectionPool ccp, ClassLoader jcl)Creates managed Connection factory instance.booleanConnectorRuntime. reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp, Set excludedProps)Reconfigure a connection pool.voidConnectorRuntime. recreateConnectorConnectionPool(ConnectorConnectionPool ccp)Recreate a connector connection pool. -
Uses of ConnectorConnectionPool in com.sun.enterprise.connectors.jms.system
Methods in com.sun.enterprise.connectors.jms.system with parameters of type ConnectorConnectionPool Modifier and Type Method Description jakarta.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.jakarta.resource.spi.ManagedConnectionFactoryActiveJmsResourceAdapter. createManagedConnectionFactory(ConnectorConnectionPool cpr, ClassLoader loader)Creates ManagedConnection Factory instance. -
Uses of ConnectorConnectionPool in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service with parameters of type ConnectorConnectionPool Modifier and Type Method Description voidConnectorConnectionPoolAdminServiceImpl. createConnectorConnectionPool(ConnectorConnectionPool connectorPoolObj)Creates connector connection pool in the connector container.voidConnectorConnectionPoolAdminServiceImpl. createConnectorConnectionPool(ConnectorConnectionPool ccp, String connectionDefinitionName, String rarName, List<Property> props, List<SecurityMap> securityMaps)Creates connector connection pool in the connector container.StringConnectorConnectionPoolAdminServiceImpl. getPropertyValue(String prop, ConnectorConnectionPool connectorConnectionPool)Utility method to get property value from ConnectorDescriptorInfo.booleanConnectorConnectionPoolAdminServiceImpl. reconfigureConnectorConnectionPool(ConnectorConnectionPool ccp, Set excludedProps)Reconfigure a connection pool.voidConnectorConnectionPoolAdminServiceImpl. recreateConnectorConnectionPool(ConnectorConnectionPool ccp)Recreate a connector connection pool. -
Uses of ConnectorConnectionPool in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util that return ConnectorConnectionPool Modifier and Type Method Description static ConnectorConnectionPoolConnectionPoolObjectsUtils. createDefaultConnectorPoolObject(PoolInfo poolInfo, String rarName)Creates default ConnectorConnectionPool consisting of default pool values.static ConnectorConnectionPoolConnectionPoolObjectsUtils. 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.Methods in com.sun.enterprise.connectors.util with parameters of type ConnectorConnectionPool Modifier and Type Method Description static ConnectionPoolReconfigHelper.ReconfigActionConnectionPoolReconfigHelper. compare(ConnectorConnectionPool oldPool, ConnectorConnectionPool newPool, Set excludedProps)static voidConnectionPoolObjectsUtils. setLazyEnlistAndLazyAssocProperties(String lazyAssocString, List<Property> properties, ConnectorConnectionPool conConnPool)Validates and sets the values for LazyConnectionEnlistment and LazyConnectionAssociation. -
Uses of ConnectorConnectionPool in com.sun.enterprise.resource.deployer
Methods in com.sun.enterprise.resource.deployer with parameters of type ConnectorConnectionPool Modifier and Type Method Description voidConnectorConnectionPoolDeployer. 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 -
Uses of ConnectorConnectionPool in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool that return ConnectorConnectionPool Modifier and Type Method Description protected ConnectorConnectionPoolConnectionPool. getPoolConfigurationFromJndi(Hashtable env)Methods in com.sun.enterprise.resource.pool with parameters of type ConnectorConnectionPool Modifier and Type Method Description voidPoolManager. reconfigPoolProperties(ConnectorConnectionPool ccp)voidPoolManagerImpl. reconfigPoolProperties(ConnectorConnectionPool ccp)voidConnectionPool. reconfigurePool(ConnectorConnectionPool poolResource)Reconfigure the Pool's properties.voidResourcePool. reconfigurePool(ConnectorConnectionPool ccp) -
Uses of ConnectorConnectionPool in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer that return ConnectorConnectionPool Modifier and Type Method Description ConnectorConnectionPoolJdbcConnectionPoolDeployer. createConnectorConnectionPool(JdbcConnectionPool adminPool, PoolInfo poolInfo)
-