public class JEManagedConnectionFactory
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
JEManagedConnectionFactory() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public java.lang.Object createConnectionFactory(ConnectionManager cxManager)
throws ResourceException
ResourceExceptionpublic java.lang.Object createConnectionFactory()
throws ResourceException
ResourceExceptionpublic ManagedConnection createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo info)
throws ResourceException
ResourceExceptionpublic ManagedConnection matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo info)
throws ResourceException
ResourceExceptionpublic void setLogWriter(java.io.PrintWriter out)
throws ResourceException
ResourceExceptionpublic java.io.PrintWriter getLogWriter()
throws ResourceException
ResourceExceptionpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.ObjectCopyright (c) 2004,2008 Oracle. All rights reserved.