public interface DataControl
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.Object | getDataProvider()Returns the Business Service Object that this datacontrol is associated with. | 
| java.lang.String | getName()Returns name to identify this datacontrol inside a BindingContext. | 
| boolean | invokeOperation(java.util.Map bindingContext,
               OperationBinding action)All OperationBindings should first delegate to the DataControl associated
 with the binding to perform the action. | 
| void | release()Releases the DataControl. | 
java.lang.String getName()
void release()
This should close all open DataControl resources.
java.lang.Object getDataProvider()
boolean invokeOperation(java.util.Map bindingContext,
                      OperationBinding action)