Uses of Class
io.keyko.nevermined.exceptions.LockRewardFulfillException
-
Packages that use LockRewardFulfillException Package Description io.keyko.nevermined.core.sla.functions io.keyko.nevermined.manager -
-
Uses of LockRewardFulfillException in io.keyko.nevermined.core.sla.functions
Methods in io.keyko.nevermined.core.sla.functions that throw LockRewardFulfillException Modifier and Type Method Description static BooleanFulfillLockReward. executeFulfill(io.keyko.nevermined.contracts.LockRewardCondition lockRewardCondition, String serviceAgreementId, String escrowRewardAddress, String price)Executes a fulfill function of a LockReward Condition -
Uses of LockRewardFulfillException in io.keyko.nevermined.manager
Methods in io.keyko.nevermined.manager that throw LockRewardFulfillException Modifier and Type Method Description private booleanNeverminedManager. fulfillLockReward(DDO ddo, int serviceIndex, String serviceAgreementId)Executes the fulfill of the LockRewardCondition
-