Linking a default operation to a view

The DSECoordinatedPanel class has as an instance variable a default operation with appropriate setter and getter methods. Each view can be associated with only one default operation, although an operation can have more than one view associated with it. This operation must inherit from com.ibm.dse.base.DSEClientOperation.

When any data in the view changes, the operation context is updated as necessary.

The view is updated when the refreshDataExchangers() method in the DSECoordinatedPanel type is invoked. This method is automatically invoked every time the operation execution has successfully finished and the OperationRepliedEvent has been fired.