Exemple #1
0
 public String toString() {
   StringBuffer result = new StringBuffer();
   try {
     result.append(
         "A Reference to an object of Class \"RFunction\" on the R servant <"
             + _assignInterface.getName()
             + ">  ["
             + _rObjectIdHolder[0]
             + "/"
             + _slotsPath
             + "]\n");
   } catch (java.rmi.RemoteException e) {
     e.printStackTrace();
   }
   return result.toString();
 }