| java.lang.Object com.caucho.sql.ManagedFactoryImpl
ManagedFactoryImpl | public class ManagedFactoryImpl implements ManagedConnectionFactory,ValidatingManagedConnectionFactory(Code) | | The managed factory implementation.
|
Field Summary | |
final protected static Logger | log |
createConnectionFactory | public Object createConnectionFactory(ConnectionManager connManager) throws ResourceException(Code) | | Creates the data source the user sees.
|
createConnectionFactory | public Object createConnectionFactory() throws ResourceException(Code) | | Creates the data source the user sees. Not needed in this case,
since ManagedFactoryImpl is only allowed in Resin.
|
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo requestInfo) throws ResourceException(Code) | | Creates the underlying managed connection.
|
getInvalidConnections | public Set getInvalidConnections(Set connSet) throws ResourceException(Code) | | Returns any invalid connections.
|
getResourceAdapter | public ResourceAdapter getResourceAdapter()(Code) | | |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set connSet, Subject subject, ConnectionRequestInfo requestInfo) throws ResourceException(Code) | | Creates the underlying managed connection.
|
setResourceAdapter | public void setResourceAdapter(ResourceAdapter adapter)(Code) | | |
|
|