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