Searched refs:getPoolName (Results 1 - 25 of 30) sorted by relevance

12

/glassfish-3.1.2/common/amx-config/src/main/java/org/glassfish/admin/amx/intf/config/
H A DConnectorResource.java56 public String getPoolName(); method in interface:ConnectorResource
H A DJdbcResource.java56 public String getPoolName(); method in interface:JdbcResource
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/customvalidators/
H A DResourcePoolReferenceValidator.java63 return resources.getResourceByName(ConnectorConnectionPool.class, cr.getPoolName()) != null;
66 return resources.getResourceByName(JdbcConnectionPool.class, jr.getPoolName()) != null;
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/work/
H A DWorkManager.java62 public String getPoolName(); method in interface:WorkManager
H A DWorkManagerImpl.java91 public String getPoolName() { method in class:WorkManagerImpl
120 if (getPoolName() == null) {
125 tp = tpm.getThreadPool(getPoolName());
128 "Got the thread pool for :" + getPoolName());
132 "workmanager.threadpool_not_found", getPoolName());
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/monitor/
H A DConnectionPoolAppEmitterImpl.java64 public String getPoolName() { method in class:ConnectionPoolAppEmitterImpl
H A DConnectorConnPoolAppStatsProvider.java93 public String getPoolName() { method in class:ConnectorConnPoolAppStatsProvider
H A DJdbcConnPoolAppStatsProvider.java91 public String getPoolName() { method in class:JdbcConnPoolAppStatsProvider
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/monitor/
H A DMonitorableThreadPool.java178 monitoringId, getPoolName(), corePoolSize);
192 monitoringId, getPoolName(), maxPoolSize);
306 getPoolName(),
335 getPoolName(),
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/jdbc/
H A DSQLTraceRecord.java133 public String getPoolName() { method in class:SQLTraceRecord
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DResources.java120 if ((((ConnectorResource) resource).getPoolName()).equals(connectionPoolName)) {
124 if ((((JdbcResource) resource).getPoolName()).equals(connectionPoolName)) {
H A DConnectorResource.java90 String getPoolName(); method in interface:ConnectorResource
H A DJdbcResource.java93 String getPoolName(); method in interface:JdbcResource
/glassfish-3.1.2/persistence/cmp/support-sqlstore/src/main/java/com/sun/jdo/spi/persistence/support/sqlstore/utility/
H A DPersistenceManagerFactoryResourceMigrator.java83 newResource.setPoolName(jdbcResource.getPoolName());
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/deployer/
H A DConnectorResourceDeployer.java83 PoolInfo poolInfo = new PoolInfo(domainResource.getPoolName(), applicationName, moduleName);
94 String poolName = domainResource.getPoolName();
205 String poolName = cr.getPoolName();
H A DJdbcResourceDeployer.java101 String poolName = jdbcRes.getPoolName();
228 String poolName = cr.getPoolName();
/glassfish-3.1.2/jdbc/admin/src/test/java/org/glassfish/jdbc/admin/cli/
H A DCreateJdbcResourceTest.java172 assertEquals("DerbyPool", jr.getPoolName());
226 assertEquals("DerbyPool", jr.getPoolName());
377 assertEquals("DerbyPool", jr.getPoolName());
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/util/
H A DResourcesUtil.java377 String poolName = connectorResource.getPoolName();
437 getResources(resourceInfo).getResourceByName(JdbcConnectionPool.class, jdbcResource.getPoolName());
612 return poolBelongsToSystemRar(connectorResource.getPoolName());
736 String poolName = cr.getPoolName();
995 _logger.fine("poolname " + resource.getPoolName() + "resource " + resource.getJndiName());
998 if ((resource.getPoolName().equalsIgnoreCase(poolInfo.getName())) && isReferenced(resourceInfo)
1027 if ((resource.getPoolName().equalsIgnoreCase(poolInfo.getName())) && isReferenced(resourceInfo)
1052 pool = (JdbcConnectionPool)resources.getResourceByName(JdbcConnectionPool.class, resource.getPoolName());
1074 pool = (ConnectorConnectionPool)resources.getResourceByName(ConnectorConnectionPool.class, resource.getPoolName());
1092 String poolName = ((ConnectorResource)resource).getPoolName();
[all...]
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSQLTraceCache.java87 public String getPoolName() { method in class:SQLTraceCache
/glassfish-3.1.2/jms/admin/src/main/java/org/glassfish/jms/admin/cli/
H A DListJMSResources.java133 ConnectorConnectionPool cp = (ConnectorConnectionPool) domain.getResources().getResourceByName(ConnectorConnectionPool.class, cr.getPoolName());
179 ConnectorConnectionPool cp = (ConnectorConnectionPool) domain.getResources().getResourceByName(ConnectorConnectionPool.class, cr.getPoolName());
H A DDeleteJMSResource.java134 String poolName = cresource.getPoolName();
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnectionFactory.java557 sqlTraceDelegator = new SQLTraceDelegator(getPoolName(), getApplicationName(), getModuleName());
1076 public String getPoolName() { method in class:ManagedConnectionFactory
1286 return new PoolInfo(getPoolName(), getApplicationName(), getModuleName());
1417 jdbcStatsProvider = new JdbcStatsProvider(getPoolName(), getApplicationName(), getModuleName(),
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/recovery/
H A DJdbcRecoveryResourceHandler.java189 + "adding : " + (jdbcResource.getPoolName()));
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/
H A DConnectorsUtil.java276 if(poolNames.contains(connectorResource.getPoolName())){
345 String poolName = ((ConnectorResource)resource).getPoolName();
H A DAppSpecificConnectorClassLoaderUtil.java235 String poolName = connResource.getPoolName();

Completed in 48 milliseconds

12