Searched defs:strVM (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/webservice/samples/java/axis/
H A Dclienttest.java157 public void startVM(String strVM) argument
173 oMachine = _port.IVirtualBox_getMachine(_oVbox, strVM);
185 oMachine = _port.IVirtualBox_findMachine(_oVbox, strVM);
195 System.out.println("Error: can't find VM \"" + strVM + "\"");
/vbox/src/VBox/Main/webservice/samples/java/jax-ws/
H A Dclienttest.java194 public void startVM(String strVM) argument
206 oMachine = vbox.getMachine(strVM);
212 oMachine = vbox.findMachine(strVM);
221 System.out.println("Error: can't find VM \"" + strVM + "\"");

Completed in 58 milliseconds