WebLogic Integration


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.

Author:
Copyright © 2000, 2001 BEA Systems, Inc. All Rights Reserved.

Method Summary
 javax.resource.cci.Connection getAdapterConnection()
          returns a usable Connection object.
 

Method Detail

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.

WebLogic Integration

WebLogic Integration (WLI)