JBoss Remoting 3 3.2.0.CR6

org.jboss.remoting3
Interface OpenListener


public interface OpenListener

A listener for new channels. An open listener is registered with an Endpoint via the Endpoint.registerService(String, OpenListener, OptionMap) method.

Author:
David M. Lloyd

Method Summary
 void channelOpened(Channel channel)
          Notification that a new channel has been opened for this service.
 void registrationTerminated()
          Called when this registration has been terminated.
 

Method Detail

channelOpened

void channelOpened(Channel channel)
Notification that a new channel has been opened for this service.

Parameters:
channel - the channel that was opened

registrationTerminated

void registrationTerminated()
Called when this registration has been terminated.


JBoss Remoting 3 3.2.0.CR6

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.