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.
|
Constructor Summary |
StatementEvent(long timestamp,
int serverId,
int connectionId,
long statementId)
Creates a StatementEvent. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface mondrian.server.monitor.Message |
accept |
serverId
public final int serverId
- Identifier of the server.
connectionId
public final int connectionId
- Identifier of the connection.
statementId
public final long statementId
- Identifier of the statement. Unique for the lifetime of the JVM.
StatementEvent
public StatementEvent(long timestamp,
int serverId,
int connectionId,
long statementId)
- Creates a StatementEvent.
- Parameters:
timestamp - TimestampserverId - Server idconnectionId - Connection idstatementId - Statement id