Package step.plugins.licensing
Class ExecutionsLicenseHandler
- java.lang.Object
-
- ch.exense.licensing.client.AbstractLicenseConsumer
-
- ch.exense.licensing.client.SimpleLicenseConsumer
-
- step.plugins.licensing.ExecutionsLicenseHandler
-
- All Implemented Interfaces:
ch.exense.licensing.client.LicenseConsumer
,ch.exense.licensing.client.LicenseConsumerProvider
public class ExecutionsLicenseHandler extends ch.exense.licensing.client.SimpleLicenseConsumer
-
-
Constructor Summary
Constructors Constructor Description ExecutionsLicenseHandler(StepLicenseManager licenseManager)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<step.engine.execution.ExecutionVeto>
getExecutionVetoes()
java.util.List<ch.exense.licensing.model.Resource>
getResourcesUsed()
void
onExecutionEnd(step.core.execution.ExecutionContext context)
void
onExecutionStart(step.core.execution.ExecutionContext context)
-
Methods inherited from class ch.exense.licensing.client.SimpleLicenseConsumer
getConsumerId, getConsumerProviderId, initialize, setCustomerContexts
-
Methods inherited from class ch.exense.licensing.client.AbstractLicenseConsumer
calculateAndMaybeCommit, calculateAndMaybeCommit, calculateAndMaybeCommit, calculateAndMaybeCommit, calculateUsage, commit_MustSynchronize, commit_MustSynchronize, createUsageCalculator, createUsageRequest, createUsageRequest, getDetailedContext, getGlobalGrants, getGlobalUsages, getUsageStrategy, onCommitUsage, setGlobalGrantsAndUsages, shutdown
-
-
-
-
Constructor Detail
-
ExecutionsLicenseHandler
public ExecutionsLicenseHandler(StepLicenseManager licenseManager)
-
-
Method Detail
-
getResourcesUsed
public java.util.List<ch.exense.licensing.model.Resource> getResourcesUsed()
-
getExecutionVetoes
public java.util.List<step.engine.execution.ExecutionVeto> getExecutionVetoes()
-
onExecutionStart
public void onExecutionStart(step.core.execution.ExecutionContext context)
-
onExecutionEnd
public void onExecutionEnd(step.core.execution.ExecutionContext context)
-
-