Subject: RE: [jade-develop] searching agents
From: Bellifemine Fabio (Fabio.Bellifemine@TILAB.COM)
Date: Mon Dec 02 2002 - 16:20:11 MET
the DFAgentDescription parameter in the method DFService.search can be used to describe the template of what you are searching for; for instance, you can do something like:
DFAgentDescription toSearch = new DFAgentDescription();
ServiceDescription sd = new ServiceDescription();
sd.setType("AgentPurpose");
toSearch.addServices(sd);
x=DFService.search(toSearch);
> -----Original Message-----
> From: Richard Krutisch [mailto:richard.krutisch@gmx.net]
> Sent: 27 November 2002 11:22
> To: jade-develop@sharon.cselt.it
> Subject: [jade-develop] searching agents
>
>
> Hello,
>
> I have to reformulate my question about agent pooling, as it was a bit
> diffuse.
> Does anyone know how I can find agents by what they are
> searching for or by
> their purpose? Or can I do these searches only for services.
>
> Please answer, I could just do them all as services, but I
> think in correct
> Jadiness there will be a more efficient and elegant solution (perhaps)
> Richard
>
> --
> +++ GMX - Mail, Messaging & more http://www.gmx.net +++
> NEU: Mit GMX ins Internet. Rund um die Uhr für 1 ct/ Min. surfen!
>
> _______________________________________________
> jade-develop mailing list
> jade-develop@sharon.cselt.it
> http://sharon.cselt.it/mailman/listinfo/jade-develop
> UNSUBSCRIBE INSTRUCTIONS AT
> http://jade.cselt.it/mailing.htm#unsubscribe
>
This archive was generated by hypermail 2a22 : Mon Dec 02 2002 - 16:20:18 MET