Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

javax.resource.spi
Interface ManagedConnectionFactory  view ManagedConnectionFactory download ManagedConnectionFactory.java

All Superinterfaces:
java.io.Serializable

public interface ManagedConnectionFactory
extends java.io.Serializable

Version:
$Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (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 javax.resource.ResourceException

createConnectionFactory

public java.lang.Object createConnectionFactory()
                                         throws javax.resource.ResourceException

createManagedConnection

public ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
                                                 ConnectionRequestInfo cxRequestInfo)
                                          throws javax.resource.ResourceException

matchManagedConnections

public ManagedConnection matchManagedConnections(java.util.Set connectionSet,
                                                 javax.security.auth.Subject subject,
                                                 ConnectionRequestInfo cxRequestInfo)
                                          throws javax.resource.ResourceException

setLogWriter

public void setLogWriter(java.io.PrintWriter out)
                  throws javax.resource.ResourceException

getLogWriter

public java.io.PrintWriter getLogWriter()
                                 throws javax.resource.ResourceException

hashCode

public int hashCode()

equals

public boolean equals(java.lang.Object other)