public interface ManagedConnectionFactory extends Serializable
| Modifier and Type | Method and Description |
|---|---|
Object |
createConnectionFactory() |
Object |
createConnectionFactory(ConnectionManager cxManager) |
ManagedConnection |
createManagedConnection(Subject subject,
ConnectionRequestInfo cxRequestInfo) |
boolean |
equals(Object other) |
PrintWriter |
getLogWriter() |
int |
hashCode() |
ManagedConnection |
matchManagedConnections(Set connectionSet,
Subject subject,
ConnectionRequestInfo cxRequestInfo) |
void |
setLogWriter(PrintWriter out) |
Object createConnectionFactory(ConnectionManager cxManager) throws ResourceException
ResourceExceptionObject createConnectionFactory() throws ResourceException
ResourceExceptionManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceExceptionManagedConnection matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceExceptionvoid setLogWriter(PrintWriter out) throws ResourceException
ResourceExceptionPrintWriter getLogWriter() throws ResourceException
ResourceExceptionCopyright © 2013. All Rights Reserved.