Uses of Class
com.sun.appserv.connectors.internal.api.ConnectorConstants.PoolType
-
Packages that use ConnectorConstants.PoolType Package Description com.sun.appserv.connectors.internal.api com.sun.enterprise.connectors com.sun.enterprise.connectors.service com.sun.enterprise.resource.pool -
-
Uses of ConnectorConstants.PoolType in com.sun.appserv.connectors.internal.api
Methods in com.sun.appserv.connectors.internal.api that return ConnectorConstants.PoolType Modifier and Type Method Description static ConnectorConstants.PoolTypeConnectorConstants.PoolType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConnectorConstants.PoolType[]ConnectorConstants.PoolType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConnectorConstants.PoolType in com.sun.enterprise.connectors
Methods in com.sun.enterprise.connectors that return ConnectorConstants.PoolType Modifier and Type Method Description ConnectorConstants.PoolTypeConnectorRuntime. getPoolType(PoolInfo poolInfo) -
Uses of ConnectorConstants.PoolType in com.sun.enterprise.connectors.service
Methods in com.sun.enterprise.connectors.service that return ConnectorConstants.PoolType Modifier and Type Method Description ConnectorConstants.PoolTypeConnectorConnectionPoolAdminServiceImpl. getPoolType(PoolInfo poolInfo) -
Uses of ConnectorConstants.PoolType in com.sun.enterprise.resource.pool
Methods in com.sun.enterprise.resource.pool with parameters of type ConnectorConstants.PoolType Modifier and Type Method Description voidPoolManager. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)voidPoolManagerImpl. createEmptyConnectionPool(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)static ResourcePoolResourcePoolFactoryImpl. newInstance(PoolInfo poolInfo, ConnectorConstants.PoolType pt, Hashtable env)
-