|
|||||||||
| Home >> All >> javax >> resource >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
javax.resource.spi
Interface ManagedConnectionFactory

- All Superinterfaces:
- java.io.Serializable
- public interface ManagedConnectionFactory
- extends java.io.Serializable
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 02:56:06 -0700 (Tue, 14 Sep 2004) $
| Method Summary | |
java.lang.Object |
createConnectionFactory()
|
java.lang.Object |
createConnectionFactory(ConnectionManager cxManager)
|
ManagedConnection |
createManagedConnection(javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
|
boolean |
equals(java.lang.Object other)
|
java.io.PrintWriter |
getLogWriter()
|
int |
hashCode()
|
ManagedConnection |
matchManagedConnections(java.util.Set connectionSet,
javax.security.auth.Subject subject,
ConnectionRequestInfo cxRequestInfo)
|
void |
setLogWriter(java.io.PrintWriter out)
|
| Method Detail |
createConnectionFactory
public java.lang.Object createConnectionFactory(ConnectionManager cxManager) throws javax.resource.ResourceException
createConnectionFactory
public java.lang.Object createConnectionFactory() throws javax.resource.ResourceException
createManagedConnection
public ManagedConnection createManagedConnection(javax.security.auth.Subject subject, ConnectionRequestInfo cxRequestInfo) throws javax.resource.ResourceException
matchManagedConnections
public ManagedConnection matchManagedConnections(java.util.Set connectionSet, javax.security.auth.Subject subject, ConnectionRequestInfo cxRequestInfo) throws javax.resource.ResourceException
setLogWriter
public void setLogWriter(java.io.PrintWriter out) throws javax.resource.ResourceException
getLogWriter
public java.io.PrintWriter getLogWriter() throws javax.resource.ResourceException
hashCode
public int hashCode()
equals
public boolean equals(java.lang.Object other)
|
|||||||||
| Home >> All >> javax >> resource >> [ spi overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC