public void registerLinkChannel(ILink link) {
if (logger.isDebugEnabled())
logger.debug(channelName+"| registerLinkChannel - link "+link+" registrado. |");
AttributeChangeNotificationFilter nf = new AttributeChangeNotificationFilter();
nf.disableAllAttributes();
nf.enableAttribute("ChannelState");
this.addNotificationListener((NotificationListener) link, nf, this);
}
public void deregisterLinkChannel(ILink link) {