com.bea.connector
Interface IProxiedConnection
- All Known Implementing Classes:
- AbstractConnection
- public interface IProxiedConnection
Marker interface used to determine if a ConnectionFactory
returns a Connection that implements a IProxiedConnection
interface. The IProxiedConnection is used to retrieve the
com.bea.adapter.cci.AbstractConnection.
Method Summary |
javax.resource.cci.Connection |
getAdapterConnection()
returns a usable Connection object. |
getAdapterConnection
public javax.resource.cci.Connection getAdapterConnection()
- returns a usable Connection object. This class is not
a proxy and can be cast down the derivation tree.