Package com.vmware.aurora.composition.TestSP

Examples of com.vmware.aurora.composition.TestSP.CleanUpSP


    * @param vmId id of the vm that is going to be deleted
    * @return the cleanup store procedure
    */

   public CleanUpSP testCleanupVm(String vmId) throws Exception {
      CleanUpSP sp = testSP.new CleanUpSP(vmId);
      sp.call();
      return sp;
   }
View Full Code Here

TOP

Related Classes of com.vmware.aurora.composition.TestSP.CleanUpSP

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.