mondrian.server
Class MonitorImpl.Command
java.lang.Object
mondrian.server.MonitorImpl.Command
- All Implemented Interfaces:
- Message
- Direct Known Subclasses:
- MonitorImpl.ConnectionsCommand, MonitorImpl.ServerCommand, MonitorImpl.ShutdownCommand, MonitorImpl.SqlStatementsCommand, MonitorImpl.StatementsCommand
- Enclosing class:
- MonitorImpl
abstract static class MonitorImpl.Command
- extends Object
- implements Message
A kind of message that produces a response. The response may be null,
but even so, it will be stored and the caller must collect it.
| 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 |
MonitorImpl.Command
MonitorImpl.Command()