mondrian.server.monitor
Class ConnectionEndEvent
java.lang.Object
mondrian.server.monitor.Event
mondrian.server.monitor.ConnectionEvent
mondrian.server.monitor.ConnectionEndEvent
- All Implemented Interfaces:
- Message
public class ConnectionEndEvent
- extends ConnectionEvent
Event indicating that a connection has been closed.
|
Constructor Summary |
ConnectionEndEvent(long timestamp,
int serverId,
int connectionId)
Creates a ConnectionEndEvent. |
ConnectionEndEvent
public ConnectionEndEvent(long timestamp,
int serverId,
int connectionId)
- Creates a ConnectionEndEvent.
- Parameters:
timestamp - TimestampserverId - Server idconnectionId - Connection id
toString
public String toString()
- Overrides:
toString in class Object
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