Searched refs:getManagedConnectionFactory (Results 1 - 12 of 12) sorted by relevance

/glassfish-3.1.2/common/stats77/src/main/java/org/glassfish/j2ee/statistics/
H A DJCAConnectionStats.java59 String getManagedConnectionFactory(); method in interface:JCAConnectionStats
/glassfish-3.1.2/admin/javax.management.j2ee/src/main/java/javax/management/j2ee/statistics/
H A DJCAConnectionStats.java59 String getManagedConnectionFactory(); method in interface:JCAConnectionStats
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/security/
H A DPasswordCredential.java111 ManagedConnectionFactory getManagedConnectionFactory() { method in class:PasswordCredential
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DManagedConnectionMetaData.java147 return mc.getManagedConnectionFactory().getUser();
H A DManagedConnection.java195 this.mcf.equals(passwdCredential.getManagedConnectionFactory()) == false) {
702 public com.sun.gjc.spi.ManagedConnectionFactory getManagedConnectionFactory() { method in class:ManagedConnection
H A DManagedConnectionFactory.java254 if (pc == null && this.equals(mc.getManagedConnectionFactory())) {
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSecurityUtils.java102 if (temp.getManagedConnectionFactory().equals(mcf)) {
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/
H A DJdbc40ObjectsFactory.java124 String dataSourceProperty = mcObject.getManagedConnectionFactory().getJdbc30DataSource();
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/
H A DPoolManagerImpl.java129 ManagedConnectionFactory mcf = ConnectorRegistry.getInstance().getManagedConnectionFactory(poolInfo);
481 ManagedConnectionFactory mcf = ConnectorRegistry.getInstance().getManagedConnectionFactory(poolInfo);
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DConnectorRegistry.java479 public ManagedConnectionFactory getManagedConnectionFactory( method in class:ConnectorRegistry
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/recovery/
H A DConnectorsRecoveryResourceHandler.java441 connectorRegistry.getManagedConnectionFactory(poolInfo);
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/
H A DConnectorConnectionPoolAdminServiceImpl.java518 protected ManagedConnectionFactory getManagedConnectionFactory(String poolName)
1000 return _registry.getManagedConnectionFactory(poolInfo);
1281 ManagedConnectionFactory mcf = registry.getManagedConnectionFactory(

Completed in 32 milliseconds