Package mondrian.server.monitor
Interface Message
-
- All Known Implementing Classes:
CellCacheEvent,CellCacheSegmentCreateEvent,CellCacheSegmentDeleteEvent,ConnectionEndEvent,ConnectionEvent,ConnectionStartEvent,Event,ExecutionEndEvent,ExecutionEvent,ExecutionPhaseEvent,ExecutionStartEvent,MonitorImpl.Command,MonitorImpl.ConnectionsCommand,MonitorImpl.ServerCommand,MonitorImpl.ShutdownCommand,MonitorImpl.SqlStatementsCommand,MonitorImpl.StatementsCommand,SqlStatementEndEvent,SqlStatementEvent,SqlStatementExecuteEvent,SqlStatementStartEvent,StatementEndEvent,StatementEvent,StatementStartEvent
public interface MessageMessage sent to aMonitorindicating an event of interest or a command to execute.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Taccept(Visitor<T> visitor)Dispatches a call to the appropriatevisitmethod onVisitor.
-