Hello,

 

I am trying to write a java wrapper that could allow to expand current libvirt 
support for java to intercept invocations to the driver so new functionality 
can be added, for instance, automatically sending an accounting log of all 
libvirt invocations to an external server.

 

With the current implementation, the central point to do this seemed to be the 
interface libvirt.java, which defines an interface constant, INSTANCE, which is 
used all throughout the library to perform the invocations to the driver. My 
first idea was to create a wrapper for INSTANCE trying to replace it, but, as 
libvirt.java is an interface, INSTANCE cannot be reinitialized not overloaded. 
I might still try this by changing libvirt.java to an abstract class and 
INSTANCE to a static variable, but I do not think that changing the classes of 
the library is a good idea, especially for maintenance reasons. Does anybody 
know if there is any other way to define a wrapper for the invocations to the 
driver?

 

Best regards,

 

Darío Ruiz López

------------------------------------------------------------------
This e-mail and the documents attached are confidential and intended 
solely for the addressee; it may also be privileged. If you receive 
this e-mail in error, please notify the sender immediately and destroy it. 
As its integrity cannot be secured on the Internet, the Atos 
group liability cannot be triggered for the message content. Although 
the sender endeavours to maintain a computer virus-free network, 
the sender does not warrant that this transmission is virus-free and 
will not be liable for any damages resulting from any virus transmitted. 

Este mensaje y los ficheros adjuntos pueden contener informacion confidencial 
destinada solamente a la(s) persona(s) mencionadas anteriormente 
pueden estar protegidos por secreto profesional. 
Si usted recibe este correo electronico por error, gracias por informar 
inmediatamente al remitente y destruir el mensaje. 
Al no estar asegurada la integridad de este mensaje sobre la red, Atos 
no se hace responsable por su contenido. Su contenido no constituye ningun 
compromiso para el grupo Atos, salvo ratificacion escrita por ambas partes. 
Aunque se esfuerza al maximo por mantener su red libre de virus, el emisor 
no puede garantizar nada al respecto y no sera responsable de cualesquiera 
danos que puedan resultar de una transmision de virus. 
------------------------------------------------------------------
--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list

Reply via email to