Package com.cloud.api.response

Examples of com.cloud.api.response.LDAPRemoveResponse


    @Override
    public void execute(){
          boolean result = _configService.removeLDAP(this);
          if (result){
            LDAPRemoveResponse lr = new LDAPRemoveResponse();
              lr.setObjectName("ldapremove");
              lr.setResponseName(getCommandName());
              this.setResponseObject(lr);            
          }
    }
View Full Code Here

TOP

Related Classes of com.cloud.api.response.LDAPRemoveResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.