Class ServiceComputingAgreementHandler
- java.lang.Object
-
- io.keyko.nevermined.core.sla.handlers.ServiceAgreementHandler
-
- io.keyko.nevermined.core.sla.handlers.ServiceComputingAgreementHandler
-
public class ServiceComputingAgreementHandler extends ServiceAgreementHandler
-
-
Field Summary
Fields Modifier and Type Field Description private static StringCOMPUTING_CONDITIONS_FILE_TEMPLATE
-
Constructor Summary
Constructors Constructor Description ServiceComputingAgreementHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetConditionFileTemplate()gets the name of the file that contains a template for the conditions-
Methods inherited from class io.keyko.nevermined.core.sla.handlers.ServiceAgreementHandler
generateSlaId, initializeConditions, listenExecuteAgreement, listenExecuteAgreement, listenForFulfilledEvent, listenForFulfilledEvent
-
-
-
-
Field Detail
-
COMPUTING_CONDITIONS_FILE_TEMPLATE
private static final String COMPUTING_CONDITIONS_FILE_TEMPLATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getConditionFileTemplate
public String getConditionFileTemplate()
Description copied from class:ServiceAgreementHandlergets the name of the file that contains a template for the conditions- Specified by:
getConditionFileTemplatein classServiceAgreementHandler- Returns:
- the name of the template file
-
-