| Behavioral interface that is implemented by
DataProvider classes
that offer refresh support. Calling the refresh() method on
this interface causes the DataProvider to re-fetch whatever data it is
representing from the underlying source. This may be a JDBC call, or an EJB
or web service method invocation, etc. Any cached changes in the
DataProvider will be lost.
author: Joe Nuxoll |