Re: [libvirt-users] Using Java bindings to event callback

2014-01-23 Thread Claudio Bley
gt; *[libvirt] [PATCH] Java bindings for domain events* (2008 Nov 07) > *[libvirt] [PATCH 1/2] Java bindings for domain events**[libvirt] > [PATCH 2/2] Java bindings for domain events* (2008 Nov 18) --> Reject > patch*Re: [libvirt] [PATCH 1/2] Java bindings for domain events* (2008 &g

[libvirt-users] Using Java bindings to event callback

2013-12-05 Thread Howie
ect patch*Re: [libvirt] [PATCH 1/2] Java bindings for domain events* (2008 Dec) —>No Result*[libvirt-users] Using Java bindings to event callback * (2010 Jul) —>No Result *[libvirt] [PATCH 0/2] Libvirt-java event handling (2011Jul)* —> I think most drivers don't support that. We hav

Re: [libvirt-users] Using Java bindings to event callback

2010-07-27 Thread Bruno Costa
Any help on this subject? Thanks, Bruno Costa On Fri, 2010-07-16 at 13:49 +0100, Bruno Costa wrote: > I'm trying to build a trivial example code. Something like this in the > main(): > > > conn = new Connect("qemu:///session", false); > > VirConnectDomainEventGenericCallback cb = new > VirCo

Re: [libvirt-users] Using Java bindings to event callback

2010-07-16 Thread Bruno Costa
I'm trying to build a trivial example code. Something like this in the main(): conn = new Connect("qemu:///session", false); VirConnectDomainEventGenericCallback cb = new VirConnectDomainEventGenericCallback() { public void eventCallback(ConnectionPointer arg0, DomainPointer(arg1, Pointer arg2)

Re: [libvirt-users] Using Java bindings to event callback

2010-07-16 Thread Bryan Kearney
On 07/16/2010 05:58 AM, Bruno Costa wrote: I'm having some trouble using java bindings for domain events. Can anyone provide me an example on how to use this, namely conn.domainEventRegisterAny? This is pretty new code, so there may not be many examples. What issues are you seeing, maybe we ca

[libvirt-users] Using Java bindings to event callback

2010-07-16 Thread Bruno Costa
I'm having some trouble using java bindings for domain events. Can anyone provide me an example on how to use this, namely conn.domainEventRegisterAny? Any suggestions? Thanks, Bruno Costa ___ libvirt-users mailing list libvirt-users@redhat.com https: