Interface ExecutionContext

All Known Subinterfaces:
AdminCommandContext, DeploymentContext
All Known Implementing Classes:
AdminCommandContextForInstance, AdminCommandContextImpl

public interface ExecutionContext
Any execution type invocation should be passed with an instance of this context. Sub-classes should add specialized information required by the operation type.
Author:
Jerome Dochez
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the logger services implementation should use to log useful information about their execution.
  • Method Details

    • getLogger

      Logger getLogger()
      Returns the logger services implementation should use to log useful information about their execution.