Searched refs:ManagedConnectionFactory (Results 1 - 25 of 48) sorted by relevance

12

/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DLazyAssociatableConnectionManager.java62 * @param mcf The <code>ManagedConnectionFactory</code> instance that was
81 void associateConnection(Object connection, ManagedConnectionFactory mcf,
94 * @param mcf The <code>ManagedConnectionFactory</code> instance that was
100 ManagedConnectionFactory mcf);
H A DConnectionManager.java65 * request gets delegated to a ManagedConnectionFactory instance either
80 * @see javax.resource.spi.ManagedConnectionFactory
114 Object allocateConnection(ManagedConnectionFactory mcf,
H A DManagedConnectionFactory.java49 * ManagedConnectionFactory instance is a factory of both ManagedConnection
52 * ManagedConnection instance. A ManagedConnectionFactory
61 public interface ManagedConnectionFactory extends java.io.Serializable { interface in inherits:java.io.Serializable
100 * <p>ManagedConnectionFactory uses the security information (passed as
129 * <p>ManagedConnectionFactory uses the security info (as in Subject)
159 * Set the log writer for this ManagedConnectionFactory instance.</p>
166 * ManagedConnectionFactory. When a ManagedConnectionFactory object is
169 * ManagedConnectionFactory, logging and tracing for
170 * ManagedConnectionFactory instanc
[all...]
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/spi/
H A DConnectionManager.java43 import javax.resource.spi.ManagedConnectionFactory;
53 * @param mcf ManagedConnectionFactory
58 Object allocateNonTxConnection( ManagedConnectionFactory mcf,
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc30/src/main/java/com/sun/gjc/spi/jdbc30/
H A DDataSource30.java43 import com.sun.gjc.spi.ManagedConnectionFactory;
60 * <code>ManagedConnectionFactory</code> object.
62 * @param mcf <code>ManagedConnectionFactory</code> object
67 public DataSource30(ManagedConnectionFactory mcf, ConnectionManager cm) {
H A DJdbc30ObjectsFactory.java93 public javax.sql.DataSource getDataSourceInstance(com.sun.gjc.spi.ManagedConnectionFactory mcfObject,
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/security/
H A DPasswordCredential.java43 import javax.resource.spi.ManagedConnectionFactory;
49 * @see javax.resource.spi.ManagedConnectionFactory
60 private ManagedConnectionFactory mcf;
102 /** Gets the target ManagedConnectionFactory for which the user name and
107 * @return ManagedConnectionFactory instance for which user name and
111 ManagedConnectionFactory getManagedConnectionFactory() {
118 * @param mcf ManagedConnectionFactory instance for which user name
122 void setManagedConnectionFactory(ManagedConnectionFactory mcf) {
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/
H A DConnectionManager.java46 import javax.resource.spi.ManagedConnectionFactory;
59 * @param mcf <code>ManagedConnectionFactory</code> object.
64 public Object allocateConnection(ManagedConnectionFactory mcf,
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DActiveResourceAdapter.java46 import javax.resource.spi.ManagedConnectionFactory;
112 * @return ManagedConnectionFactory created managed connection factories
114 public ManagedConnectionFactory[] createManagedConnectionFactories
124 * @return ManagedConnectionFactory created managed connection factory
127 public ManagedConnectionFactory createManagedConnectionFactory
H A DLazyAssociatableConnectionManagerImpl.java48 import javax.resource.spi.ManagedConnectionFactory;
60 javax.resource.spi.ManagedConnectionFactory mcf,
68 public void inactiveConnectionClosed(Object connection, ManagedConnectionFactory mcf) {
H A DPoolMetaData.java47 import javax.resource.spi.ManagedConnectionFactory;
67 private ManagedConnectionFactory mcf = null;
79 public PoolMetaData(PoolInfo poolInfo, ManagedConnectionFactory mcf,
95 public ManagedConnectionFactory getMCF() {
H A DActiveResourceAdapterImpl.java52 import javax.resource.spi.ManagedConnectionFactory;
320 public ManagedConnectionFactory[] createManagedConnectionFactories(
333 * @return ManagedConnectionFactory created managed connection factory
336 public ManagedConnectionFactory createManagedConnectionFactory(
341 ManagedConnectionFactory mcf = null;
388 * @param mcf ManagedConnectionFactory
390 private void setLogWriter(ManagedConnectionFactory mcf) {
398 _logger.log(Level.FINE, "Unable to set LogWriter for ManagedConnectionFactory : " + mcf.getClass().getName(), e);
403 protected ManagedConnectionFactory instantiateMCF(String mcfClass, ClassLoader loader)
405 ManagedConnectionFactory mc
[all...]
H A DConnectionManagerImpl.java137 public Object allocateNonTxConnection(ManagedConnectionFactory mcf,
158 public Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo)
163 public Object allocateConnection(ManagedConnectionFactory mcf, ConnectionRequestInfo cxRequestInfo,
168 public Object allocateConnection(ManagedConnectionFactory mcf,
241 protected Object internalGetConnection(ManagedConnectionFactory mcf,
253 ManagedConnectionFactory freshMCF = pmd.getMCF();
313 private Object getResource(int txLevel, PoolManager poolmgr, ManagedConnectionFactory mcf, ResourceSpec spec,
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc40/src/main/java/com/sun/gjc/spi/jdbc40/
H A DDataSource40.java45 import com.sun.gjc.spi.ManagedConnectionFactory;
65 StringManager.getManager(ManagedConnectionFactory.class);
69 * <code>ManagedConnectionFactory</code> object.
71 * @param mcf <code>ManagedConnectionFactory</code> object
76 public DataSource40(ManagedConnectionFactory mcf, ConnectionManager cm) {
H A DStatementWrapper40.java44 import com.sun.gjc.spi.ManagedConnectionFactory;
55 StringManager.getManager(ManagedConnectionFactory.class);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/datastructure/
H A DCacheFactory.java45 import com.sun.gjc.spi.ManagedConnectionFactory;
64 LogDomains.getLogger(ManagedConnectionFactory.class, LogDomains.RSR_LOGGER);
H A DLRUCacheImpl.java43 import com.sun.gjc.spi.ManagedConnectionFactory;
73 _logger = LogDomains.getLogger(ManagedConnectionFactory.class, LogDomains.RSR_LOGGER);
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/util/
H A DSecurityUtils.java47 import javax.resource.spi.ManagedConnectionFactory;
69 * the <code>ManagedConnectionFactory</code>, subject and the
78 * <code>ManagedConnectionFactory</code>, instance equivalent
79 * to the <code>ManagedConnectionFactory</code>, parameter.
81 * @param mcf <code>ManagedConnectionFactory</code>
88 public static PasswordCredential getPasswordCredential(final ManagedConnectionFactory mcf,
/glassfish-3.1.2/jdbc/jdbc-ra/jdbc-core/src/main/java/com/sun/gjc/spi/base/
H A DDataSource.java45 import com.sun.gjc.spi.ManagedConnectionFactory;
69 protected ManagedConnectionFactory mcf;
82 _logger = LogDomains.getLogger(ManagedConnectionFactory.class, LogDomains.RSR_LOGGER);
87 * <code>ManagedConnectionFactory</code> object.
89 * @param mcf <code>ManagedConnectionFactory</code> object
94 public DataSource(ManagedConnectionFactory mcf, ConnectionManager cm) {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/deployment/annotation/handlers/
H A DConnectionDefinitionHandler.java51 import javax.resource.spi.ManagedConnectionFactory;
97 if (ManagedConnectionFactory.class.isAssignableFrom(c)) {
126 "implement ManagedConnectionFactory", true);
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/allocator/
H A DNoTxConnectorAllocator.java55 import javax.resource.spi.ManagedConnectionFactory;
115 ManagedConnectionFactory mcf,
H A DAbstractConnectorAllocator.java58 import javax.resource.spi.ManagedConnectionFactory;
82 protected ManagedConnectionFactory mcf;
92 ManagedConnectionFactory mcf,
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/service/
H A DConnectorConnectionPoolAdminServiceImpl.java50 import javax.resource.spi.ManagedConnectionFactory;
189 ManagedConnectionFactory mcf = obtainManagedConnectionFactory(poolInfo);
459 protected Subject getDefaultSubject(PoolInfo poolInfo, ManagedConnectionFactory mcf,
497 protected ManagedConnection getManagedConnection(ManagedConnectionFactory mcf,
518 protected ManagedConnectionFactory getManagedConnectionFactory(String poolName)
520 ManagedConnectionFactory mcf = null;
615 ManagedConnectionFactory mcf = null;
756 ManagedConnectionFactory mcf ) throws NamingException {
767 ManagedConnectionFactory mcf, Hashtable env)
930 public ManagedConnectionFactory[] obtainManagedConnectionFactorie
[all...]
H A DJdbcAdminServiceImpl.java59 import javax.resource.spi.ManagedConnectionFactory;
207 ManagedConnectionFactory mcf = null;
243 private String getDefaultDatabaseName(PoolInfo poolInfo, ManagedConnectionFactory mcf)
/glassfish-3.1.2/connectors/connectors-internal-api/src/main/java/com/sun/appserv/connectors/internal/api/
H A DConnectorRuntime.java51 import javax.resource.spi.ManagedConnectionFactory;
282 public ManagedConnectionFactory obtainManagedConnectionFactory( PoolInfo poolInfo)
289 * @return ManagedConnectionFactory mcf of the pool
292 public ManagedConnectionFactory obtainManagedConnectionFactory(PoolInfo poolInfo, Hashtable env)
450 * If the ManagedConnectionFactory Java bean is annotated, properties will be the result of merging

Completed in 35 milliseconds

12