Exemple #1
0
 @Override
 public void setAttributes(RList attrs) {
   try {
     _rObjectIdHolder[0] = _assignInterface.setAttributes(_rObjectIdHolder[0], _slotsPath, attrs);
   } catch (Exception e) {
     throw new RuntimeException(Utils.getStackTraceAsString(e));
   }
 }