Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface DataSourceAdapterInfo


public interface DataSourceAdapterInfo

An interface to be implemented by the various adapters so that the adapters can track which Objects is using it.

This information is of particular importance when handling exceptions from the on of the various data sources.


Method Summary
 javax.infobus.DataItem getDataItem()
          Returns a reference to DataItem using this Adapter.
 void setDataItem(javax.infobus.DataItem dataItem)
          Tells the Adapter which DataItem is using it.
 

Method Detail

setDataItem

public void setDataItem(javax.infobus.DataItem dataItem)
Tells the Adapter which DataItem is using it.

Parameters:
dataItem - The InfoBus Data that will be utilizing the adapter.

getDataItem

public javax.infobus.DataItem getDataItem()
Returns a reference to DataItem using this Adapter.

Returns:
The InfoBus DataItem utilizing the adapter.

Oracle Data-aware Controls Reference

 

Copyright © 1997, 2003, Oracle. All rights reserved.