com.sleepycat.je.jca.ra
Class JEManagedConnectionFactory
java.lang.Object
com.sleepycat.je.jca.ra.JEManagedConnectionFactory
- All Implemented Interfaces:
- Serializable
public class JEManagedConnectionFactory
- extends Object
- implements Serializable
- See Also:
- Serialized Form
JEManagedConnectionFactory
public JEManagedConnectionFactory()
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.