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
ResourceException
Object createConnectionFactory() throws ResourceException
ResourceException
ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceException
ManagedConnection matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceException
void setLogWriter(PrintWriter out) throws ResourceException
ResourceException
PrintWriter getLogWriter() throws ResourceException
ResourceException
Copyright © 2013. All Rights Reserved.