org.apache.commons.transaction.memory.jca
Class MapManagedConnectionFactory
java.lang.Object
org.apache.commons.transaction.memory.jca.MapManagedConnectionFactory
public class MapManagedConnectionFactory
- extends java.lang.Object
- Version:
- $Revision$
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
MapManagedConnectionFactory
public MapManagedConnectionFactory()
createConnectionFactory
public java.lang.Object createConnectionFactory(ConnectionManager cm)
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#createConnectionFactory(ConnectionManager)
createConnectionFactory
public java.lang.Object createConnectionFactory()
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#createConnectionFactory()
createManagedConnection
public ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#createManagedConnection(Subject, ConnectionRequestInfo)
matchManagedConnections
public ManagedConnection matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#matchManagedConnections(Set, Subject, ConnectionRequestInfo)
setLogWriter
public void setLogWriter(java.io.PrintWriter writer)
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#setLogWriter(PrintWriter)
getLogWriter
public java.io.PrintWriter getLogWriter()
throws ResourceException
- Throws:
ResourceException
- See Also:
ManagedConnectionFactory#getLogWriter()
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright ? 2004 The Apache Software Foundation. All Rights Reserved.