|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is a mix-in interface that may be optionally implemented by a
ConnectionManager
implementation. An implementation of
this interface must support the lazy connection association optimization.
Method Summary | |
void |
associateConnection(java.lang.Object connection,
ManagedConnectionFactory mcf,
ConnectionRequestInfo cxReqInfo)
This method is called by a resource adapter (that is capable of lazy connection association optimization) in order to lazily associate a connection object with a ManagedConnection instance. |
Method Detail |
public void associateConnection(java.lang.Object connection, ManagedConnectionFactory mcf, ConnectionRequestInfo cxReqInfo) throws ResourceException
ManagedConnection
instance.
connection
- the connection object that is to be associated.mcf
- The ManagedConnectionFactory
instance that was
originally used to create the connection object.cxReqInfo
- connection request information. This information must
be the same as that used to originally create the connection object.
ResourceException
- Generic exception.
ApplicationServerInternalException
- Application server specific exception.
SecurityException
- Security related error.
ResourceAllocationException
- Failed to allocate system resources for
connection request.
ResourceAdapterInternalException
- Resource adapter related error condition.
|
SunONE Application Server v8.0 PE | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright 2003 Sun Microsystems, Inc. All rights reserved.