Uses of Class
org.glassfish.resourcebase.resources.api.PoolInfo
-
-
Uses of PoolInfo in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return PoolInfo Modifier and Type Method Description static PoolInfoConnectorsUtil. getPoolInfo(ResourcePool resource)Methods in com.sun.appserv.connectors.internal.api with parameters of type PoolInfo Modifier and Type Method Description booleanConnectorRuntime. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.static StringConnectorsUtil. getApplicationName(PoolInfo poolInfo)ResourcePoolConnectorRuntime. getConnectionPoolConfig(PoolInfo poolInfo)Provide the configuration of the poolstatic ResourcePoolConnectorsUtil. getConnectionPoolConfig(PoolInfo poolInfo, Resources allResources)booleanConnectorRuntime. getPingDuringPoolCreation(PoolInfo poolInfo)Check if Ping attribute is on during pool creation.static booleanConnectorsUtil. getPingDuringPoolCreation(PoolInfo poolInfo, Resources allResources)static StringConnectorsUtil. getPoolMonitoringSubTreeRoot(PoolInfo poolInfo, boolean escapeSlashes)jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo)Returns the MCF instance.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)provide the MCF of the pool (either retrieve or create)booleanConnectorRuntime. pingConnectionPool(PoolInfo poolInfo)Tests whether the configuration for the pool is valid by making a connection. -
Uses of PoolInfo in com.sun.enterprise.connectors
Fields in com.sun.enterprise.connectors declared as PoolInfo Modifier and Type Field Description protected PoolInfoConnectionManagerImpl. poolInfoFields in com.sun.enterprise.connectors with type parameters of type PoolInfo Modifier and Type Field Description protected Map<PoolInfo,PoolMetaData>ConnectorRegistry. factoriesprotected Set<PoolInfo>ConnectorRegistry. transparentDynamicReconfigPoolsMethods in com.sun.enterprise.connectors that return PoolInfo Modifier and Type Method Description PoolInfoConnectorConnectionPool. getPoolInfo()PoolInfoConnectorRuntimeExtension. getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)Methods in com.sun.enterprise.connectors with parameters of type PoolInfo Modifier and Type Method Description voidConnectorRegistry. addManagedConnectionFactory(PoolInfo poolInfo, PoolMetaData pmd)Add MCF instance pertaining to the poolName to the registry.voidConnectorRegistry. addTransparentDynamicReconfigPool(PoolInfo poolInfo)Add PoolInfo that has transparent-dynamic-reconfiguration enabled .voidConnectorRuntime. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolvoidConnectorRuntime. deleteConnectorConnectionPool(PoolInfo poolInfo)Deletes connector Connection poolbooleanConnectorRuntime. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.AuthenticationServiceConnectorRuntime. getAuthenticationService(String rarName, PoolInfo poolInfo)Obtain the authentication service associated with rar module.static jakarta.resource.spi.ConnectionManagerConnectionManagerFactory. getAvailableConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)ResourcePoolConnectorRuntime. getConnectionPoolConfig(PoolInfo poolInfo)jakarta.resource.spi.ManagedConnectionFactoryConnectorRegistry. getManagedConnectionFactory(PoolInfo poolInfo)Retrieve MCF instance pertaining to the poolName from the registry.booleanConnectorRuntime. getPingDuringPoolCreation(PoolInfo poolInfo)Check if ping is on during pool creation.PoolMetaDataConnectorRegistry. getPoolMetaData(PoolInfo poolInfo)ConnectorConstants.PoolTypeConnectorRuntime. getPoolType(PoolInfo poolInfo)ResourcesConnectorRuntime. getResources(PoolInfo poolInfo)RuntimeSecurityMapConnectorRegistry. getRuntimeSecurityMap(PoolInfo poolInfo)Gets the runtime equivalent of policies enforced by the Security Maps pertaining to a pool from the Pool's Meta Data.booleanConnectorRuntimeExtension. isConnectionPoolReferredInServerInstance(PoolInfo poolInfo)booleanConnectorRuntime. isConnectorConnectionPoolDeployed(PoolInfo poolInfo)Checks if a conncetor connection pool has been deployed to this server instancebooleanConnectorRegistry. isMCFCreated(PoolInfo poolInfo)Checks if the MCF pertaining to the pool is instantiated and present in the registry.booleanConnectorRegistry. isTransparentDynamicReconfigPool(PoolInfo poolInfo)indicates whether the pool has transparent-dynamic-reconfiguration property enabledjakarta.resource.spi.ConnectionManagerConnectorRuntime. obtainConnectionManager(PoolInfo poolInfo, boolean forceNoLazyAssoc, ResourceInfo resourceInfo)provides connection manager for a pooljakarta.resource.spi.ManagedConnectionFactory[]ConnectorRuntime. obtainManagedConnectionFactories(PoolInfo poolInfo)Returns the MCF instances in scenarions where a pool has to return multiple mcfs.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo)Returns the MCF instance.jakarta.resource.spi.ManagedConnectionFactoryConnectorRuntime. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)Returns the MCF instance.booleanConnectorRuntime. pingConnectionPool(PoolInfo poolInfo)ConnectionPoolAppProbeProviderConnectionPoolMonitoringExtension. registerConnectionPool(PoolInfo poolInfo, String appName)Register connection pool for Application based monitoringvoidConnectionPoolMonitoringExtension. registerPool(PoolInfo poolInfo)booleanConnectorRegistry. removeManagedConnectionFactory(PoolInfo poolInfo)Remove MCF instance pertaining to the poolName from the registry.booleanConnectorRegistry. removeTransparentDynamicReconfigPool(PoolInfo poolInfo)Remove ResourceInfo from registry.voidConnectorRuntime. switchOnMatching(String rarName, PoolInfo poolInfo)Causes pool to switch on the matching of connections.voidConnectorRuntime. switchOnMatchingInJndi(PoolInfo poolInfo)Causes matching to be switched on the ConnectorConnectionPool bound in JNDIvoidConnectionPoolMonitoringExtension. unregisterPool(PoolInfo poolInfo)Constructors in com.sun.enterprise.connectors with parameters of type PoolInfo Constructor Description ConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo)ConnectorConnectionPool(PoolInfo poolInfo)LazyAssociatableConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo)LazyEnlistableConnectionManagerImpl(PoolInfo poolInfo, ResourceInfo resourceInfo)PoolMetaData(PoolInfo poolInfo, jakarta.resource.spi.ManagedConnectionFactory mcf, Subject s, int txSupport, ResourcePrincipal prin, boolean isPM, boolean isNonTx, boolean lazyEnlistable, RuntimeSecurityMap runtimeSecurityMap, boolean lazyAssoc) -
Uses of PoolInfo in com.sun.enterprise.connectors.authentication
Constructors in com.sun.enterprise.connectors.authentication with parameters of type PoolInfo Constructor Description BasicPasswordAuthenticationService(String rarName, PoolInfo poolInfo)Constructor -
Uses of PoolInfo in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service with parameters of type PoolInfo Modifier and Type Method Description booleanConnectorService. checkAndLoadPool(PoolInfo poolInfo)voidConnectorResourceAdminServiceImpl. createConnectorResource(ResourceInfo resourceInfo, PoolInfo poolInfo, String resourceType)Creates the connector resource on a given connection poolvoidConnectorConnectionPoolAdminServiceImpl. deleteConnectorConnectionPool(PoolInfo poolInfo)Deletes connector Connection poolvoidConnectorConnectionPoolAdminServiceImpl. deleteConnectorConnectionPool(PoolInfo poolInfo, boolean cascade)Deletes connector Connection pool.booleanConnectorConnectionPoolAdminServiceImpl. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.AuthenticationServiceConnectorSecurityAdminServiceImpl. getAuthenticationService(String rarName, PoolInfo poolInfo)Obtain the authentication service associated with rar module.static ResourcePrincipalConnectorAdminServiceUtils. getDefaultResourcePrincipal(PoolInfo poolInfo)protected SubjectConnectorConnectionPoolAdminServiceImpl. getDefaultSubject(PoolInfo poolInfo, jakarta.resource.spi.ManagedConnectionFactory mcf, ResourcePrincipal prin)Utility method that is used to get the default subject for the specified mcf and resource principal.ConnectorConstants.PoolTypeConnectorConnectionPoolAdminServiceImpl. getPoolType(PoolInfo poolInfo)static StringConnectorAdminServiceUtils. getReservePrefixedJNDINameForPool(PoolInfo poolInfo)ObjectConnectorConnectionPoolAdminServiceImpl. getUnpooledConnection(PoolInfo poolInfo, ResourcePrincipal principal, boolean returnConnectionHandle)This method is used to provide backend functionality for the ping-connection-pool asadmin command.booleanConnectorConnectionPoolAdminServiceImpl. isConnectorConnectionPoolDeployed(PoolInfo poolInfo)Checks if a conncetor connection pool has been deployed to this server instancevoidConnectorConnectionPoolAdminServiceImpl. killPool(PoolInfo poolInfo)Kills a specific pooljakarta.resource.spi.ManagedConnectionFactory[]ConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactories(PoolInfo poolInfo)Returns the MCF instances.jakarta.resource.spi.ManagedConnectionFactoryConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactory(PoolInfo poolInfo)jakarta.resource.spi.ManagedConnectionFactoryConnectorConnectionPoolAdminServiceImpl. obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)Returns the MCF instance.voidConnectorConnectionPoolAdminServiceImpl. switchOnMatching(PoolInfo poolInfo)Rebinds the connection pool with matchning flag set.voidConnectorService. switchOnMatching(String rarName, PoolInfo poolInfo)Matching will be switched off in the pool, by default.booleanConnectorConnectionPoolAdminServiceImpl. testConnectionPool(PoolInfo poolInfo)asadmin test-connection-pool This method is used to provide backend functionality for the test-connection-pool asadmin command. -
Uses of PoolInfo in com.sun.enterprise.connectors.util
Methods in com.sun.enterprise.connectors.util with parameters of type PoolInfo 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.ResourcePoolResourcesUtil. getPoolConfig(PoolInfo poolInfo)ResourcesResourcesUtil. getResources(PoolInfo poolInfo)static StringConnectionPoolObjectsUtils. getValueFromMCF(String prop, PoolInfo poolInfo, jakarta.resource.spi.ManagedConnectionFactory mcf)booleanResourcesUtil. isPoolReferredInServerInstance(PoolInfo poolInfo)Determines if a connector connection pool is referred in a server-instance via resource-refs -
Uses of PoolInfo in com.sun.enterprise.resource
Methods in com.sun.enterprise.resource that return PoolInfo Modifier and Type Method Description PoolInfoResourceSpec. getPoolInfo()Methods in com.sun.enterprise.resource with parameters of type PoolInfo Modifier and Type Method Description voidResourceSpec. setPoolInfo(PoolInfo poolInfo) -
Uses of PoolInfo in com.sun.enterprise.resource.listener
Methods in com.sun.enterprise.resource.listener with parameters of type PoolInfo Modifier and Type Method Description voidPoolLifeCycle. poolCreated(PoolInfo poolInfo)voidPoolLifeCycle. poolDestroyed(PoolInfo poolInfo) -
Uses of PoolInfo in com.sun.enterprise.resource.pool
Fields in com.sun.enterprise.resource.pool declared as PoolInfo Modifier and Type Field Description protected PoolInfoConnectionPool. poolInfoMethods in com.sun.enterprise.resource.pool that return PoolInfo Modifier and Type Method Description PoolInfoConnectionPool. getPoolInfo()query the name of this pool.PoolInfoPoolStatus. getPoolInfo()PoolInfoResourcePool. getPoolInfo()Methods in com.sun.enterprise.resource.pool with parameters of type PoolInfo Modifier and Type Method Description voidPoolManager. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)voidPoolManagerImpl. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)booleanPoolManager. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.booleanPoolManagerImpl. flushConnectionPool(PoolInfo poolInfo)Flush Connection pool by reinitializing the connections established in the pool.ResourcePoolPoolManager. getPool(PoolInfo poolInfo)ResourcePoolPoolManagerImpl. getPool(PoolInfo poolInfo)PoolStatusPoolManager. getPoolStatus(PoolInfo poolInfo)PoolStatusPoolManagerImpl. getPoolStatus(PoolInfo poolInfo)Get connection pool status.voidPoolManager. killPool(PoolInfo poolInfo)voidPoolManagerImpl. killPool(PoolInfo poolInfo)Kill the pool with the specified pool namestatic ResourcePoolResourcePoolFactoryImpl. newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)voidPoolLifeCycleRegistry. poolCreated(PoolInfo poolInfo)Invoke poolCreated for all listeners of this pool.voidPoolLifeCycleRegistry. poolDestroyed(PoolInfo poolInfo)Invoke poolDestroyed for all listeners of this pool.voidPoolManager. putbackDirectToPool(ResourceHandle h, PoolInfo poolInfo)voidPoolManagerImpl. putbackDirectToPool(ResourceHandle h, PoolInfo poolInfo)voidPoolStatus. setPoolInfo(PoolInfo poolInfo)voidAbstractPoolManager. setSelfManaged(PoolInfo poolInfo, boolean flag)voidPoolManager. setSelfManaged(PoolInfo poolInfo, boolean flag)booleanPoolManager. switchOnMatching(PoolInfo poolInfo)booleanPoolManagerImpl. switchOnMatching(PoolInfo poolInfo)Switch on matching in the pool.List<ResourceHandle>PoolTxHelper. transactionCompleted(jakarta.transaction.Transaction tran, int status, PoolInfo poolInfo)this method is called when transaction tran is completedvoidPoolLifeCycleListenerRegistry. unRegisterPoolLifeCycleListener(PoolInfo poolInfo)Clear the list of pool lifecycle listeners maintained by the registry.Constructors in com.sun.enterprise.resource.pool with parameters of type PoolInfo Constructor Description AssocWithThreadResourcePool(PoolInfo poolInfo, Hashtable env)ConnectionLeakDetector(PoolInfo poolInfo, boolean leakTracing, long leakTimeoutInMillis, boolean leakReclaim)ConnectionPool(PoolInfo poolInfo, Hashtable env)PoolLifeCycleListenerRegistry(PoolInfo poolInfo)PoolStatus(PoolInfo poolInfo)PoolTxHelper(PoolInfo poolInfo)UnpooledResource(PoolInfo poolInfo, Hashtable env)Creates a new instance of UnpooledResourcePool -
Uses of PoolInfo in com.sun.enterprise.resource.pool.monitor
Methods in com.sun.enterprise.resource.pool.monitor that return PoolInfo Modifier and Type Method Description protected PoolInfoConnectorConnPoolStatsProvider. getPoolInfo()Methods in com.sun.enterprise.resource.pool.monitor with parameters of type PoolInfo Modifier and Type Method Description voidConnectionPoolStatsProviderBootstrap. addToPoolEmitters(PoolInfo poolInfo, ConnectionPoolEmitterImpl emitter)voidConnectionPoolStatsProviderBootstrap. poolCreated(PoolInfo poolInfo)When a pool is created (or initialized) the pool should be registered to the StatsProviderManager.voidConnectionPoolStatsProviderBootstrap. poolDestroyed(PoolInfo poolInfo)When a pool is destroyed, the pool should be unregistered from the StatsProviderManager.voidConnectionPoolStatsProviderBootstrap. postUnregisterPool(PoolInfo poolInfo)PoolLifeCycleListenerRegistryConnectionPoolStatsProviderBootstrap. registerPool(PoolInfo poolInfo, ConnectionPoolProbeProvider poolProvider)Registers the pool lifecycle listener for this pool by creating a new ConnectionPoolEmitterImpl object for this pool.ConnectionPoolAppProbeProviderConnectionPoolStatsProviderBootstrap. registerPool(PoolInfo poolInfo, String appName)voidConnectionPoolStatsProviderBootstrap. unregisterPoolAppProviders(PoolInfo poolInfo)Constructors in com.sun.enterprise.resource.pool.monitor with parameters of type PoolInfo Constructor Description ConnectionPoolEmitterImpl(PoolInfo poolInfo, ConnectionPoolProbeProvider provider)ConstructorConnectorConnPoolAppStatsProvider(PoolInfo poolInfo, String appName)ConnectorConnPoolStatsProvider(PoolInfo poolInfo, Logger logger) -
Uses of PoolInfo in com.sun.enterprise.resource.pool.resizer
Fields in com.sun.enterprise.resource.pool.resizer declared as PoolInfo Modifier and Type Field Description protected PoolInfoResizer. poolInfoConstructors in com.sun.enterprise.resource.pool.resizer with parameters of type PoolInfo Constructor Description AssocWithThreadPoolResizer(PoolInfo poolInfo, DataStructure ds, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate)Resizer(PoolInfo poolInfo, DataStructure dataStructure, PoolProperties pp, ResourceHandler handler, boolean preferValidateOverRecreate) -
Uses of PoolInfo in com.sun.gjc.spi
Methods in com.sun.gjc.spi that return PoolInfo Modifier and Type Method Description protected PoolInfoManagedConnectionFactoryImpl. getPoolInfo()Constructors in com.sun.gjc.spi with parameters of type PoolInfo Constructor Description ManagedConnectionImpl(PooledConnection pooledConn, Connection sqlConn, jakarta.resource.spi.security.PasswordCredential passwdCred, jakarta.resource.spi.ManagedConnectionFactory mcf, PoolInfo poolInfo, int statementCacheSize, String statementCacheType, SQLTraceDelegator delegator, long statementLeakTimeout, boolean statementLeakReclaim)Constructor forManagedConnectionImpl. -
Uses of PoolInfo in com.sun.gjc.spi.base.datastructure
Methods in com.sun.gjc.spi.base.datastructure with parameters of type PoolInfo Modifier and Type Method Description static CacheCacheFactory. getDataStructure(PoolInfo poolInfo, String cacheType, int maxSize)Constructors in com.sun.gjc.spi.base.datastructure with parameters of type PoolInfo Constructor Description FIXEDCacheImpl(PoolInfo poolInfo, int maxSize)LRUCacheImpl(PoolInfo poolInfo, int maxSize) -
Uses of PoolInfo in com.sun.gjc.util
Constructors in com.sun.gjc.util with parameters of type PoolInfo Constructor Description StatementLeakDetector(PoolInfo poolInfo, boolean leakTracing, long leakTimeoutInMillis, boolean leakReclaim, Timer timer) -
Uses of PoolInfo in org.glassfish.jdbc.deployer
Methods in org.glassfish.jdbc.deployer with parameters of type PoolInfo Modifier and Type Method Description voidJdbcConnectionPoolDeployer. actualDeployResource(Object resource, PoolInfo poolInfo)Deploy the resource into the server's runtime naming contextConnectorConnectionPoolJdbcConnectionPoolDeployer. createConnectorConnectionPool(JdbcConnectionPool adminPool, PoolInfo poolInfo) -
Uses of PoolInfo in org.glassfish.jdbc.pool.monitor
Methods in org.glassfish.jdbc.pool.monitor that return PoolInfo Modifier and Type Method Description PoolInfoJdbcConnPoolStatsProvider. getPoolInfo()Constructors in org.glassfish.jdbc.pool.monitor with parameters of type PoolInfo Constructor Description JdbcConnPoolAppStatsProvider(PoolInfo poolInfo, String appName)JdbcConnPoolStatsProvider(PoolInfo poolInfo, Logger logger) -
Uses of PoolInfo in org.glassfish.jdbc.util
Methods in org.glassfish.jdbc.util with parameters of type PoolInfo Modifier and Type Method Description booleanJdbcResourcesUtil. isJdbcPoolReferredInServerInstance(PoolInfo poolInfo)Determines if a JDBC connection pool is referred in a server-instance via resource-refs -
Uses of PoolInfo in org.glassfish.jdbcruntime
Methods in org.glassfish.jdbcruntime that return PoolInfo Modifier and Type Method Description PoolInfoJdbcRuntimeExtension. getPoolNameFromResourceJndiName(ResourceInfo resourceInfo)Gets the Pool name that this JDBC resource points to.Methods in org.glassfish.jdbcruntime with parameters of type PoolInfo Modifier and Type Method Description booleanJdbcRuntimeExtension. isConnectionPoolReferredInServerInstance(PoolInfo poolInfo)Determines if a JDBC connection pool is referred in a server-instance via resource-refsConnectionPoolAppProbeProviderJdbcPoolMonitoringExtension. registerConnectionPool(PoolInfo poolInfo, String appName)Register the jdbc connection pool Stats Provider object to the monitoring framework under the specific application name monitoring sub tree.voidJdbcPoolMonitoringExtension. registerPool(PoolInfo poolInfo)Register jdbc connection pool to the StatsProviderManager.voidJdbcPoolMonitoringExtension. unregisterPool(PoolInfo poolInfo)Unregister Jdbc Connection pool from the StatsProviderManager. -
Uses of PoolInfo in org.glassfish.jdbcruntime.service
Methods in org.glassfish.jdbcruntime.service with parameters of type PoolInfo Modifier and Type Method Description Set<String>JdbcAdminServiceImpl. getValidationTableNames(PoolInfo poolInfo)Get Validation table names list for the database that the jdbc connection pool refers to. -
Uses of PoolInfo in org.glassfish.resourcebase.resources.util
Methods in org.glassfish.resourcebase.resources.util that return PoolInfo Modifier and Type Method Description static PoolInfoResourceUtil. getPoolInfo(ResourcePool resource)
-