Example #1
0
File: TCP.java Project: ECF/JGroups
 /** Setup the Protocol instance acording to the configuration string */
 public boolean setProperties(Properties props) {
   super.setProperties(props);
   if (props.size() > 0) {
     log.error("the following properties are not recognized: " + props);
     return false;
   }
   return true;
 }