mondrian.server.monitor
Class ConnectionEndEvent

java.lang.Object
  extended by mondrian.server.monitor.Event
      extended by mondrian.server.monitor.ConnectionEvent
          extended by mondrian.server.monitor.ConnectionEndEvent
All Implemented Interfaces:
Message

public class ConnectionEndEvent
extends ConnectionEvent

Event indicating that a connection has been closed.


Field Summary
 
Fields inherited from class mondrian.server.monitor.ConnectionEvent
connectionId, serverId
 
Fields inherited from class mondrian.server.monitor.Event
timestamp
 
Constructor Summary
ConnectionEndEvent(long timestamp, int serverId, int connectionId)
          Creates a ConnectionEndEvent.
 
Method Summary
<T> T
accept(Visitor<T> visitor)
          Dispatches a call to the appropriate visit method on Visitor.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionEndEvent

public ConnectionEndEvent(long timestamp,
                          int serverId,
                          int connectionId)
Creates a ConnectionEndEvent.

Parameters:
timestamp - Timestamp
serverId - Server id
connectionId - Connection id
Method Detail

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

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