
404 WebSphere Adapter Development
Property Group
To represent the properties, the following classes can be used to wrap and
process data:
– WBIPropertyGroupImpl.class
– WBISingleValuedPropertyImpl.class
– WBIMultiValuedPropertyImpl.class
– Also, the EMDUtil class can be used to copy the values between
properties:
EMDUtil.copyValues(propertyGroup1, propertyGroup2);
Progress Monitor
In order to notify the user about the current status of the ESD Tools, a
progress monitor can be used to monitor the progress of the service
discovery as shown in Example 13-3.
Example 13-3 Using EMD utility APIs
WBIMetadataConnectionImpl.getToolContext().getProgressMonitor().setMaximum(100) ...