public abstract class ConnectionEvent extends Event
| Modifier and Type | Field and Description | 
|---|---|
int | 
connectionId
Connection identifier. 
 | 
int | 
serverId
Server identifier; corresponds to
  
MondrianServer.getId(). | 
| Constructor and Description | 
|---|
ConnectionEvent(long timestamp,
               int serverId,
               int connectionId)
Creates a ConnectionEvent. 
 | 
public final int serverId
MondrianServer.getId().public final int connectionId
MondrianServer.getConnection(int)Copyright © 2017 Hitachi Vantara. All rights reserved.