|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectmondrian.server.monitor.Event
mondrian.server.monitor.ExecutionEvent
public abstract class ExecutionEvent
Event concerning the execution of an MDX statement.
| Field Summary | |
|---|---|
int |
connectionId
Identifier of the connection. |
long |
executionId
Identifier of the execution. |
int |
serverId
Identifier of the server. |
long |
statementId
Identifier of the statement. |
| Fields inherited from class mondrian.server.monitor.Event |
|---|
timestamp |
| Constructor Summary | |
|---|---|
ExecutionEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId)
Creates an ExecutionEvent. |
|
| Method Summary |
|---|
| 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 |
| Field Detail |
|---|
public final int serverId
public final int connectionId
public final long statementId
public final long executionId
| Constructor Detail |
|---|
public ExecutionEvent(long timestamp,
int serverId,
int connectionId,
long statementId,
long executionId)
timestamp - TimestampserverId - Server idconnectionId - Connection idstatementId - Statement idexecutionId - Execution id
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||