/** _copyFromEJB */
 public java.util.Hashtable _copyFromEJB() throws java.rmi.RemoteException {
   EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
   Object[] _jacc_parms = null;
   java.util.Hashtable _EJS_result = null;
   try {
     if (container.doesJaccNeedsEJBArguments(this)) {
       _jacc_parms = new Object[0];
     }
     com.ardais.bigr.es.beans.OrderlineBean beanRef =
         (com.ardais.bigr.es.beans.OrderlineBean)
             container.preInvoke(this, 5, _EJS_s, _jacc_parms);
     _EJS_result = beanRef._copyFromEJB();
   } catch (java.rmi.RemoteException ex) {
     _EJS_s.setUncheckedException(ex);
   } catch (Throwable ex) {
     _EJS_s.setUncheckedException(ex);
     throw new java.rmi.RemoteException("bean method raised unchecked exception", ex);
   } finally {
     try {
       container.postInvoke(this, 5, _EJS_s);
     } finally {
       container.putEJSDeployedSupport(_EJS_s);
     }
   }
   return _EJS_result;
 }