com.sleepycat.je.jca.ra
Class JEManagedConnectionFactory

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

public class JEManagedConnectionFactory
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
JEManagedConnectionFactory()
           
 
Method Summary
 Object createConnectionFactory()
           
 Object createConnectionFactory(ConnectionManager cxManager)
           
 ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo info)
           
 boolean equals(Object obj)
           
 PrintWriter getLogWriter()
           
 int hashCode()
           
 ManagedConnection matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo info)
           
 void setLogWriter(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 Object createConnectionFactory(ConnectionManager cxManager)

createConnectionFactory

public Object createConnectionFactory()

createManagedConnection

public ManagedConnection createManagedConnection(Subject subject,
                                                 ConnectionRequestInfo info)
                                          throws ResourceException
Throws:
ResourceException

matchManagedConnections

public ManagedConnection matchManagedConnections(Set connectionSet,
                                                 Subject subject,
                                                 ConnectionRequestInfo info)

setLogWriter

public void setLogWriter(PrintWriter out)

getLogWriter

public PrintWriter getLogWriter()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright (c) 2004-2010 Oracle. All rights reserved.