com.metamatrix.common.comm.api
Interface ServerConnectionListener


public interface ServerConnectionListener

An implementor of this interface, when registered with the ServerConnection will receive notifications about the connection life cycle events.


Method Summary
 void connectionAdded(ServerConnection connection)
          A connection has been added to DQP
 void connectionRemoved(ServerConnection connection)
          A connection has been removed for DQP
 

Method Detail

connectionAdded

void connectionAdded(ServerConnection connection)
A connection has been added to DQP

Parameters:
connection - The client connection instance, never null

connectionRemoved

void connectionRemoved(ServerConnection connection)
A connection has been removed for DQP

Parameters:
connection - The client connection instance, never null


Copyright © 2009. All Rights Reserved.