javax.resource.spi
Interface ManagedConnectionFactory

All Superinterfaces:
java.io.Serializable

public interface ManagedConnectionFactory
extends java.io.Serializable

Version:
$Rev: 46019 $ $Date: 2004-09-14 11:56:06 +0200 (Tue, 14 Sep 2004) $

Method Summary
 java.lang.Object createConnectionFactory()
           
 java.lang.Object createConnectionFactory(ConnectionManager cxManager)
           
 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 out)
           
 

Method Detail

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 © {inceptionYear}-2007 null. All Rights Reserved.