public class MapManagedConnectionFactory
extends java.lang.Object
Constructor and Description |
---|
MapManagedConnectionFactory() |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
createConnectionFactory() |
java.lang.Object |
createConnectionFactory(ConnectionManager cm) |
ManagedConnection |
createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo) |
boolean |
equals(java.lang.Object other) |
java.io.PrintWriter |
getLogWriter() |
int |
hashCode() |
ManagedConnection |
matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo) |
void |
setLogWriter(java.io.PrintWriter writer) |
public java.lang.Object createConnectionFactory(ConnectionManager cm) throws ResourceException
ResourceException
ManagedConnectionFactory#createConnectionFactory(ConnectionManager)
public java.lang.Object createConnectionFactory() throws ResourceException
ResourceException
ManagedConnectionFactory#createConnectionFactory()
public ManagedConnection createManagedConnection(javax.security.auth.Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceException
ManagedConnectionFactory#createManagedConnection(Subject, ConnectionRequestInfo)
public ManagedConnection matchManagedConnections(java.util.Set connectionSet, javax.security.auth.Subject subject, ConnectionRequestInfo cxRequestInfo) throws ResourceException
ResourceException
ManagedConnectionFactory#matchManagedConnections(Set, Subject, ConnectionRequestInfo)
public void setLogWriter(java.io.PrintWriter writer) throws ResourceException
ResourceException
ManagedConnectionFactory#setLogWriter(PrintWriter)
public java.io.PrintWriter getLogWriter() throws ResourceException
ResourceException
ManagedConnectionFactory#getLogWriter()
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.