| java.lang.Object ersatz.resourceadapter.DefaultConnectionManager
DefaultConnectionManager | public class DefaultConnectionManager implements ConnectionManager,Serializable(Code) | | author: Bob Kruse author: used to test the J2EE Connector as implemented by JOnAS. |
Method Summary | |
public Object | allocateConnection(ManagedConnectionFactory MCF, ConnectionRequestInfo info) This method gets called by the connection factory instance. |
allocateConnection | public Object allocateConnection(ManagedConnectionFactory MCF, ConnectionRequestInfo info) throws ResourceException(Code) | | This method gets called by the connection factory instance.
Parameters: ManagedConnectionFactory - used by application server to delegateconnection matching/creation Parameters: ConnectionRequestInfo - connection request Information connection handle to the appropriate GCOS system throws: ResourceException - Generic exception throws: ResourceAllocationException - Failed to allocate system resources forconnection request throws: ResourceAdapterInternalException - Resource adapter related error condition |
|
|