Description | This object is used to facilitate modification
of clmLicenseRequestFeatureName , clmLicenseRequestAppName
and clmLicenseRequestCommand objects by multiple managers.
The procedure for modifying the above three objects are
as follows:
1. Determine new values for clmLicenseRequestFeatureName,
clmLicenseRequestAppName and clmLicenseConfigCommand.
2. Retrieve the value of clmLicenseRequestSpinLock.
3. Set the value of clmLicenseRequestSpinLock to the
retrieved value, and (in the same PDU) the value of
clmLicenseRequestFeatureName to the new value. If the set
fails for the clmLicenseRequestSpinLock object,
go back to step 2.
4. Set the value of clmLicenseRequestSpinLock to the
retrieved value incremented by one, and (in the same PDU)
the value of clmLicenseRequestAppName to its new value. If
the set fails for clmLicenseRequestSpinLock, go back to
step 2.
5. Set the value of clmLicenseRequestSpinLock to the
retrieved value incremented by two, and (in the same PDU)
the value of clmLicenseRequestCommand to 'checkIn' or
'checkOut'. If the set fails for clmLicenseRequestSpinLock,
go back to step 2.
Note that if it's possible to include
clmLicenseRequestAppName and/or clmLicenseRequestCommand
in the (Set Request) PDU of an earlier step, then
step 4 and/or 5, can be eliminated. |