com.sleepycat.je.jca.ra
Class JEManagedConnectionFactory

java.lang.Object
  extended by com.sleepycat.je.jca.ra.JEManagedConnectionFactory
All Implemented Interfaces:
java.io.Serializable

public class JEManagedConnectionFactory
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
JEManagedConnectionFactory()
           
 
Method Summary
 java.lang.Object createConnectionFactory()
           
 java.lang.Object createConnectionFactory(ConnectionManager cxManager)
           
 ManagedConnection createManagedConnection(javax.security.auth.Subject subject, ConnectionRequestInfo info)
           
 boolean equals(java.lang.Object obj)
           
 java.io.PrintWriter getLogWriter()
           
 int hashCode()
           
 ManagedConnection matchManagedConnections(java.util.Set connectionSet, javax.security.auth.Subject subject, ConnectionRequestInfo info)
           
 void setLogWriter(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JEManagedConnectionFactory

public JEManagedConnectionFactory()
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 info)
                                          throws ResourceException
Throws:
ResourceException

matchManagedConnections

public ManagedConnection matchManagedConnections(java.util.Set connectionSet,
                                                 javax.security.auth.Subject subject,
                                                 ConnectionRequestInfo info)
                                          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

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright 2004-2006 Sleepycat, Inc. All Rights Reserved.