Package com.vmware.aurora.composition.TestSP

Examples of com.vmware.aurora.composition.TestSP.CleanUpSP.call()


    * @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
Copyright © 2018 www.massapi.com. 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.