mondrian.server
Class MonitorImpl.SqlStatementsCommand
java.lang.Object
mondrian.server.MonitorImpl.Command
mondrian.server.MonitorImpl.SqlStatementsCommand
- All Implemented Interfaces:
- Message
- Enclosing class:
- MonitorImpl
static class MonitorImpl.SqlStatementsCommand
- extends MonitorImpl.Command
|
Method Summary |
|
accept(Visitor<T> visitor)
Dispatches a call to the appropriate visit method on
Visitor. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MonitorImpl.SqlStatementsCommand
MonitorImpl.SqlStatementsCommand()
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