search for: lxc_monitor_protocol

Displaying 3 results from an estimated 3 matches for "lxc_monitor_protocol".

2013 Sep 10
2
Help needed in simulating libvirt
...to receive the client RPC request calls and by dispatcher we can dispatch to the simulated java functions. I searched for .x file to be used for generating server stubs but unfortunately .x files like "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and "lxc_monitor_protocol.x" are not containing any procedure for libvirt API's that exposed. Please let me know which files will have these exposed procedures and how can I use it in java, Also I'm not sure how to implement the ssl layer support for the libvirt server in java. I need to write a java...
2013 Sep 10
0
Re: Help needed in simulating libvirt
...t RPC request calls and by dispatcher we can > dispatch to the simulated java functions. I searched for .x file to be used > for generating server stubs but unfortunately .x files like > "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and > "lxc_monitor_protocol.x" are not containing any procedure for libvirt API's > that exposed. Please let me know which files will have these exposed > procedures and how can I use it in java, Rather than trying to write your own RPC handler, have you considered using the existing libvirt-java bindings and...
2013 Sep 11
2
Re: Help needed in simulating libvirt
...y dispatcher we can > > dispatch to the simulated java functions. I searched for .x file to be > used > > for generating server stubs but unfortunately .x files like > > "remote_protocol.x", "virnetprotocol.x", "qemu_protocol.x" and > > "lxc_monitor_protocol.x" are not containing any procedure for libvirt > API's > > that exposed. Please let me know which files will have these exposed > > procedures and how can I use it in java, > > Rather than trying to write your own RPC handler, have you considered > using the existi...