this.serviceContainer = serviceContainer;
}
@Override
public void channelOpened(Channel channel) {
final ChannelAssociation channelAssociation = new ChannelAssociation(channel);
EjbLogger.ROOT_LOGGER.tracef("Welcome %s to the " + EJB_CHANNEL_NAME + " channel", channel);
channel.addCloseHandler(new CloseHandler<Channel>() {
@Override
public void handleClose(Channel closed, IOException exception) {