コード例 #1
0
  /** setLong_description */
  public void setLong_description(java.lang.String newValue) throws java.rmi.RemoteException {
    EJSDeployedSupport _EJS_s = container.getEJSDeployedSupport(this);
    Object[] _jacc_parms = null;

    try {
      if (container.doesJaccNeedsEJBArguments(this)) {
        _jacc_parms = new Object[1];
        _jacc_parms[0] = newValue;
      }
      com.ardais.bigr.orm.beans.ObjectsBean beanRef =
          (com.ardais.bigr.orm.beans.ObjectsBean)
              container.preInvoke(this, 13, _EJS_s, _jacc_parms);
      beanRef.setLong_description(newValue);
    } 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, 13, _EJS_s);
      } finally {
        container.putEJSDeployedSupport(_EJS_s);
      }
    }
    return;
  }