Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


Uses of Class
oracle.adf.model.generic.toplink.TopLinkDataControl

Packages that use TopLinkDataControl
oracle.adf.model.generic.toplink   

 

Uses of TopLinkDataControl in oracle.adf.model.generic.toplink

 

Methods in oracle.adf.model.generic.toplink with parameters of type TopLinkDataControl
protected  void TransactionBroker.release(TopLinkDataControl dataControl)
          Deprecated. Handles the releasing behavior that occurs when associated TopLinkDataControls are released from the binding container and subsequent application server (typically during application timeout or shutdown).
protected  void TransactionBroker.addDataControl(TopLinkDataControl dataControl)
          Deprecated. Adds a TopLinkDataControl to be managed by this TransactionBroker.
protected  void TransactionBroker.removeDataControl(TopLinkDataControl dataControl)
          Deprecated. Removes a TopLinkDataControl from being managed by this TransactionBroker.
protected  boolean TransactionBroker.isDataControlRegistered(TopLinkDataControl dataControl)
          Deprecated. Determines whether a TopLinkDataControl is being managed by this TransactionBroker.

 


Oracle Application Development Framework Model and Business Components Java API Reference
VERSION

B16005-01


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