Class Locus

java.lang.Object
mondrian.server.Locus
Direct Known Subclasses:
SqlStatement.StatementLocus

public class Locus extends Object
Point of execution from which a service is invoked.
  • Field Details

    • execution

      public final Execution execution
    • message

      public final String message
    • component

      public final String component
  • Constructor Details

    • Locus

      public Locus(Execution execution, String component, String message)
      Creates a Locus.
      Parameters:
      execution - Execution context
      component - Description of a the component executing the query, generally a method name, e.g. "SqlTupleReader.readTuples"
      message - Description of the purpose of this statement, to be printed if there is an error
  • Method Details