4849505152535455565758
@Override public void execute(){ boolean result = _configService.removeLDAP(this); if (result){ LDAPRemoveResponse lr = new LDAPRemoveResponse(); lr.setObjectName("ldapremove"); lr.setResponseName(getCommandName()); this.setResponseObject(lr); } }
4748495051525354555657
@Override public void execute() { boolean result = this.removeLDAP(); if (result) { LDAPRemoveResponse lr = new LDAPRemoveResponse(); lr.setObjectName("ldapremove"); lr.setResponseName(getCommandName()); this.setResponseObject(lr); } }
4647484950515253545556