On 13.08.2012 13:59, Damjan Vukovic wrote:
> Hello!
>
> Is there a way to list all snapshots on a specified machine from JAVA.
> I use web server to interact with vbox.

Of course. You need to enumerate the entire snapshot tree, starting with 
the one returned by IMachine::findSnapshot(""). Should be rather obvious 
how to do (recurse into the list of children returned by 
ISnapshot::children).

There's a pretty big piece of "sample" code in the VirtualBox tree 
showing pretty much any API functionality: VBoxManage.

Klaus

>
> Thanks in advance,
> Damjan.
>
>
> _______________________________________________
> vbox-dev mailing list
> [email protected]
> https://www.virtualbox.org/mailman/listinfo/vbox-dev

_______________________________________________
vbox-dev mailing list
[email protected]
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to