WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-api

Re: [Xen-API] XenAPI Java bindings

To: Stefan Berger <stefanb@xxxxxxxxxx>
Subject: Re: [Xen-API] XenAPI Java bindings
From: Tom Wilkie <tom.wilkie@xxxxxxxxx>
Date: Fri, 18 May 2007 17:48:24 +0100
Cc: xen-api-bounces@xxxxxxxxxxxxxxxxxxx, xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>, Xen-API <xen-api@xxxxxxxxxxxxxxxxxxx>
Delivery-date: Fri, 18 May 2007 09:46:36 -0700
Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=plje8jj3AWjsd3heW3JHra6mZc6bAoTgqoZ/hDXtC5Ah++JHbP0sE7FTlhcchhMMygliOJutyQM3yZ0dSjVIBVnKJEBOpTISipfn015hTaBvfywvx7qp7V0cDChkKWAj2AOcMvKg4v71uoemz7TRxEnBiLwXlebw68dm6KWQIQo=
Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:in-reply-to:references:mime-version:content-type:message-id:cc:from:subject:date:to:x-mailer; b=dxuASRqgxjiFlZWqxP3lqnzmXF+xe9FjerrBg6ZsLfg8w5TBbUL0LRfG+TIgWfsIlUQpm2scAE1V+8UW5NpsOcw/Oe6Xa0wiDTdukIOkhsYNxTgW9bsWcg8M0cDYqF56cXUQQ3k0OxyQXwf13XfYLQQIqGl/vwKxzEmaa+E8irI=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <OF8AD42D91.CA9B009F-ON852572DF.004FD1E6-852572DF.0057E1FA@xxxxxxxxxx>
List-help: <mailto:xen-api-request@lists.xensource.com?subject=help>
List-id: Discussion of API issues surrounding Xen <xen-api.lists.xensource.com>
List-post: <mailto:xen-api@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api>, <mailto:xen-api-request@lists.xensource.com?subject=unsubscribe>
References: <OF8AD42D91.CA9B009F-ON852572DF.004FD1E6-852572DF.0057E1FA@xxxxxxxxxx>
Sender: xen-api-bounces@xxxxxxxxxxxxxxxxxxx

On 18 May 2007, at 16:59, Stefan Berger wrote:

  wow, lots of work! This is great stuff. 

Thanks ;-)

I have some comments related to the VM class and record:

- I tried to build a VM using a Record and litterally all parameters need to be provided so that the map does not contain any 'null's.Could the keys be checked for whether they are null before they are put into the HashMap for a VM. It's not absolutely necessary to provide all parameters such as for example PCI_bus to build a VM and providing a uuid seems not to be useful.

Fair call, it should really just require all the rw and ro_inst variables to be specified.

- In the VM record the parameter 'action_after_suspend' seems to be missing which prevents one to build a VM -- it seems to be a mandatory parameter.

Yeah, I think I need to toString() the enum, with some case conversion.

- the types for the actions_after_* parameters of a VM record need to be strings such as "destroy". It seems they are of type class.com.xensource.xenapi.Types$OnNormalExit which does not let one build a VM with it. 

Yeah same problem as above I think.

Will get onto these on monday!

Cheers

Tom

Stefan

 

xen-api-bounces@xxxxxxxxxxxxxxxxxxx wrote on 05/17/2007 07:01:36 AM:

> Hello all
>
> I've made some nice Java bindings for the XenAPI.  You can download  
> them at http://www.cl.cam.ac.uk/~tw275/java-binding-source.tag.gz.
>
> Docs are located at http://www.cl.cam.ac.uk/~tw275/xenapi-docs/ or  
> http://www.cl.cam.ac.uk/~tw275/java-binding-docs.tar.gz.
>
> A quick example is located in the tarball in Test.java.
>
> Please let me know if you have any problems with these bindings.  
> They are a bit fragile at the moment, a bad server response will  
> cause a ClassCastException.
>
> Cheers
>
> Tom
>
> _______________________________________________
> xen-api mailing list
> xen-api@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api

_______________________________________________
xen-api mailing list
xen-api@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-api
<Prev in Thread] Current Thread [Next in Thread>