Configuration Platform SDK 7.6 API Reference

com.genesyslab.platform.commons.protocol
Interface ServerChannelListener

All Superinterfaces:
ChannelListener, Listener

public interface ServerChannelListener
extends ChannelListener

Receive notification about server channel lifecycle events. PLEASE NOTE: Listener can be called in connection layer thread, so performing "long" activity here can cause delays, loss of data or even deadlocks on connection layer.


Method Summary
 void onClientChannelClosed(ChannelClosedEvent event)
           
 void onClientChannelOpened(OutputChannel channel)
          New channel opened for incoming connection.
 
Methods inherited from interface com.genesyslab.platform.commons.protocol.ChannelListener
onChannelClosed, onChannelError, onChannelOpened
 

Method Detail

onClientChannelOpened

public void onClientChannelOpened(OutputChannel channel)
New channel opened for incoming connection.

Parameters:
channel - new channel

onClientChannelClosed

public void onClientChannelClosed(ChannelClosedEvent event)

Configuration Platform SDK 7.6 API Reference

Send comments on this topic.
Copyright © 2006–2008 Genesys Telecommunication Laboratories, Inc. All rights reserved.