Re: Mechanics of the Management Server -> Agent interface

2012-08-15 Thread prasanna
On 13 August 2012 19:50, Mice Xia wrote: > Watnuss, > > You can refer to class Request.java (and related) from package > com.cloud.agent.transport, project core. It uses a library 'Gson' to convert > commands into Json. > > About how management server chooses host, simply speaking, each command

RE: Mechanics of the Management Server -> Agent interface

2012-08-13 Thread Mice Xia
Watnuss, You can refer to class Request.java (and related) from package com.cloud.agent.transport, project core. It uses a library 'Gson' to convert commands into Json. About how management server chooses host, simply speaking, each command is sent to the host which should do the job, e.g. fo