Class ExecutionsLicenseHandler

  • All Implemented Interfaces:
    ch.exense.licensing.client.LicenseConsumer, ch.exense.licensing.client.LicenseConsumerProvider

    public class ExecutionsLicenseHandler
    extends ch.exense.licensing.client.SimpleLicenseConsumer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class ch.exense.licensing.client.AbstractLicenseConsumer

        ch.exense.licensing.client.AbstractLicenseConsumer.RequestAndUsage
      • Nested classes/interfaces inherited from interface ch.exense.licensing.client.LicenseConsumer

        ch.exense.licensing.client.LicenseConsumer.UsageRequestBehavior
    • Field Summary

      • Fields inherited from class ch.exense.licensing.client.AbstractLicenseConsumer

        detailedContext, licenseManager, shuttingDown
    • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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)