| java.lang.Object org.apache.ojb.otm.connector.OTMJCAManagedConnectionFactory
OTMJCAManagedConnectionFactory | public OTMJCAManagedConnectionFactory()(Code) | | |
createConnectionFactory | public Object createConnectionFactory(ConnectionManager cxManager) throws ResourceException(Code) | | |
createConnectionFactory | public Object createConnectionFactory() throws ResourceException(Code) | | |
createManagedConnection | public ManagedConnection createManagedConnection(Subject subject, ConnectionRequestInfo info)(Code) | | return a new managed connection. This connection is wrapped around the real connection and delegates to it
to get work done.
Parameters: subject - Parameters: info - |
getKit | public Kit getKit() throws ResourceException(Code) | | |
hashCode | public int hashCode()(Code) | | |
matchManagedConnections | public ManagedConnection matchManagedConnections(Set connectionSet, Subject subject, ConnectionRequestInfo info) throws ResourceException(Code) | | |
|
|