Oracle Data-aware Controls Reference

oracle.dacf.dataset
Interface DataItemValidate

All Known Implementing Classes:
DataItemImpl

public interface DataItemValidate

This interface is an extension to the InfoBus DataItem interfaces that allow a consumer to explicitly ask that a data item be validated.


Method Summary
 void validateItem()
          Validates the data item.
 

Method Detail

validateItem

public void validateItem()
                  throws javax.infobus.InvalidDataException
Validates the data item.

Throws:
javax.infobus.InvalidDataException - if the data item is invalid.

Oracle Data-aware Controls Reference

 

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