/** return name of this Action */
 public String getName() throws VisADException {
   if (AdaptedAction == null) {
     throw new RemoteVisADException("RemoteActionImpl.getName: " + "AdaptedAction is null");
   }
   return AdaptedAction.getName();
 }