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 Message

Message sent to a Monitor indicating an event of interest or a command to execute.


Method Summary
<T> T
accept(Visitor<T> visitor)
          Dispatches a call to the appropriate visit method on Visitor.
 

Method Detail

accept

<T> T accept(Visitor<T> visitor)
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

Get Mondrian at SourceForge.net. Fast, secure and free Open Source software downloads