Searched defs:connectorConnectionPool (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/recovery/
H A DConnectorsRecoveryResourceHandler.java387 ConnectorConnectionPool connectorConnectionPool) {
392 List<Property> properties = connectorConnectionPool.getProperty();
411 PoolInfo poolInfo = ConnectorsUtil.getPoolInfo(connectorConnectionPool);
412 String rarName = connectorConnectionPool.getResourceAdapterName();
414 connectorConnectionPool.getConnectionDefinitionName();
386 getdbUserPasswordOfConnectorConnectionPool( ConnectorConnectionPool connectorConnectionPool) argument
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/
H A DConnectorConnectionPoolAdminServiceImpl.java739 ConnectorConnectionPool connectorConnectionPool) {
741 ConnectorDescriptorInfo cdi = connectorConnectionPool.getConnectorDescriptorInfo();
772 ConnectorConnectionPool connectorConnectionPool = null;
775 connectorConnectionPool = (ConnectorConnectionPool)
781 userName = getPropertyValue("USERNAME", connectorConnectionPool);
783 userName = getPropertyValue("USER", connectorConnectionPool);
785 password = getPropertyValue("PASSWORD", connectorConnectionPool);
870 ConnectorConnectionPool connectorConnectionPool = (ConnectorConnectionPool)
872 if (connectorConnectionPool == null) {
881 return connectorConnectionPool;
738 getPropertyValue(String prop, ConnectorConnectionPool connectorConnectionPool) argument
895 getResourceAdapter(ConnectorConnectionPool connectorConnectionPool) argument
1109 getPoolType(ConnectorConnectionPool connectorConnectionPool) argument
[all...]

Completed in 15 milliseconds