javax.resource.spi
Interface ManagedConnectionFactory
- All Superinterfaces:
- java.io.Serializable
- public interface ManagedConnectionFactory
- extends java.io.Serializable
- Version:
- $Revision: 1.5 $ $Date: 2004/04/07 06:54:57 $
createConnectionFactory
public java.lang.Object createConnectionFactory(ConnectionManager cxManager)
throws ResourceException
- Throws:
ResourceException
createConnectionFactory
public java.lang.Object createConnectionFactory()
throws ResourceException
- Throws:
ResourceException
createManagedConnection
public ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
throws ResourceException
- Throws:
ResourceException
matchManagedConnections
public ManagedConnection matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
throws ResourceException
- Throws:
ResourceException
setLogWriter
public void setLogWriter(java.io.PrintWriter out)
throws ResourceException
- Throws:
ResourceException
getLogWriter
public java.io.PrintWriter getLogWriter()
throws ResourceException
- Throws:
ResourceException
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object other)
Copyright © 2003-2005 Apache Software Foundation. All Rights Reserved.