Package mondrian.server
Class Locus
java.lang.Object
mondrian.server.Locus
- Direct Known Subclasses:
SqlStatement.StatementLocus
Point of execution from which a service is invoked.
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> T
execute
(RolapConnection connection, String component, Locus.Action<T> action) static <T> T
execute
(Execution execution, String component, Locus.Action<T> action) final MondrianServer
static boolean
isEmpty()
static Locus
peek()
static void
static void
-
Field Details
-
execution
-
message
-
component
-
-
Constructor Details
-
Locus
Creates a Locus.- Parameters:
execution
- Execution contextcomponent
- 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
-
pop
-
push
-
peek
-
isEmpty
public static boolean isEmpty() -
execute
-
execute
-
getServer
-