Package mondrian.server.monitor
Class StatementEvent
- java.lang.Object
-
- mondrian.server.monitor.Event
-
- mondrian.server.monitor.StatementEvent
-
- All Implemented Interfaces:
Message
- Direct Known Subclasses:
StatementEndEvent
,StatementStartEvent
public abstract class StatementEvent extends Event
Event concerning an MDX statement.
-
-
Field Summary
Fields Modifier and Type Field Description int
connectionId
Identifier of the connection.int
serverId
Identifier of the server.long
statementId
Identifier of the statement.
-
Constructor Summary
Constructors Constructor Description StatementEvent(long timestamp, int serverId, int connectionId, long statementId)
Creates a StatementEvent.
-