/**
  * Returns the channel sender component
  *
  * @return ChannelSender
  */
 @Override
 public ChannelSender getChannelSender() throws RemoteException, RemoteException {
   return coordinator.getClusterSender();
 }