コード例 #1
0
ファイル: InterfaceConfig.java プロジェクト: dlitz/resin
  /** If the name is set, the bean will get deployed */
  @Override
  public void setJndiName(String name) {
    super.setJndiName(name);

    setDeploy(true);
  }