mondrian.server.monitor
Class StatementStartEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.StatementEvent
mondrian.server.monitor.StatementStartEvent
- All Implemented Interfaces:
- Message
public class StatementStartEvent
- extends StatementEvent
Event created just after a statement has been created.
|
Constructor Summary |
StatementStartEvent(long timestamp,
int serverId,
int connectionId,
long statementId)
Creates a StatementStartEvent. |
StatementStartEvent
public StatementStartEvent(long timestamp,
int serverId,
int connectionId,
long statementId)
- Creates a StatementStartEvent.
- Parameters:
timestamp - TimestampserverId - Server idconnectionId - Connection idstatementId - Statement id
toString
public String toString()
- Overrides:
toString in class Object
accept
public <T> T accept(Visitor<T> visitor)
- Description copied from interface:
Message
- Dispatches a call to the appropriate
visit method on
Visitor.
- Type Parameters:
T - Return type- Parameters:
visitor - Visitor
- Returns:
- Value returned by the
visit method