Uses of Interface
com.sun.enterprise.config.serverbeans.ResourcePool
-
-
Uses of ResourcePool in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ResourcePool Modifier and Type Method Description ResourcePoolConnectorRuntime. getConnectionPoolConfig(PoolInfo poolInfo)Provide the configuration of the poolstatic ResourcePoolConnectorsUtil. getConnectionPoolConfig(PoolInfo poolInfo, Resources allResources)Methods in com.sun.appserv.connectors.internal.api with parameters of type ResourcePool Modifier and Type Method Description static PoolInfoConnectorsUtil. getPoolInfo(ResourcePool resource)static booleanConnectorsUtil. isDynamicReconfigurationEnabled(ResourcePool pool) -
Uses of ResourcePool in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans with parameters of type ResourcePool Modifier and Type Method Description static StringResourcePool.Duck. getIdentity(ResourcePool resource) -
Uses of ResourcePool in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ResourcePool Modifier and Type Method Description ResourcePoolConnectorRuntime. getConnectionPoolConfig(PoolInfo poolInfo)ResourcePoolDeferredResourceConfig. getResourcePool()Methods in com.sun.enterprise.connectors with parameters of type ResourcePool Modifier and Type Method Description voidDeferredResourceConfig. setResourcePool(ResourcePool resourcePool)Constructors in com.sun.enterprise.connectors with parameters of type ResourcePool Constructor Description DeferredResourceConfig(String rarName, AdminObjectResource adminObject, ResourcePool resourcePool, BindableResource bindableResource, ResourceAdapterConfig[] resAdapterConfig) -
Uses of ResourcePool in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util that return ResourcePool Modifier and Type Method Description ResourcePoolResourcesUtil. getPoolConfig(PoolInfo poolInfo)Methods in com.sun.enterprise.connectors.util with parameters of type ResourcePool Modifier and Type Method Description booleanResourcesUtil. isEnabled(ResourcePool pool) -
Uses of ResourcePool in org.glassfish.connectors.config
Subinterfaces of ResourcePool in org.glassfish.connectors.config Modifier and Type Interface Description interfaceConnectorConnectionPoolDefines configuration used to create and manage a pool of connections to a EIS. -
Uses of ResourcePool in org.glassfish.connectors.config.validators
Methods in org.glassfish.connectors.config.validators with parameters of type ResourcePool Modifier and Type Method Description booleanConnectionPoolValidator. isValid(ResourcePool pool, jakarta.validation.ConstraintValidatorContext constraintValidatorContext) -
Uses of ResourcePool in org.glassfish.jdbc.config
Subinterfaces of ResourcePool in org.glassfish.jdbc.config Modifier and Type Interface Description interfaceJdbcConnectionPoolDefines configuration used to create and manage a pool physical database connections. -
Uses of ResourcePool in org.glassfish.jdbc.config.validators
Methods in org.glassfish.jdbc.config.validators with parameters of type ResourcePool Modifier and Type Method Description booleanJdbcConnectionPoolValidator. isValid(ResourcePool pool, jakarta.validation.ConstraintValidatorContext context) -
Uses of ResourcePool in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util with parameters of type ResourcePool Modifier and Type Method Description static PoolInfoResourceUtil. getPoolInfo(ResourcePool resource)
-