Re: [libvirt-users] Flags in java api bindings

2014-03-05 Thread Claudio Bley
At Wed, 5 Mar 2014 12:02:08 +0100, Pasquale Dir wrote: > > I am currently using Connect(String,ConnectAuth,int) constructor, as I > decided to use tcp connection and I need the auth part. > It works, but I still need the read/write flag which, in the > Connect(String, boolean) is a boolean. I need

[libvirt-users] Flags in java api bindings

2014-03-05 Thread Pasquale Dir
I am currently using Connect(String,ConnectAuth,int) constructor, as I decided to use tcp connection and I need the auth part. It works, but I still need the read/write flag which, in the Connect(String, boolean) is a boolean. I need to enable write permits. In the javadoc no flags are defined...s