com.sleepycat.je.jca.ra
Class JEManagedConnectionFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
JEManagedConnectionFactory
public JEManagedConnectionFactory()
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.