@Override
 public void setBindings(String groupName, List<SocketBinding> bindings) {
   socketTable.updateFrom(groupName, bindings);
 }