Package 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 java.lang.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.