|
From: David L. <dav...@uc...> - 2011-07-05 13:08:50
|
I believe you can use the following, rather than using an AgentID constructor directly: AgentID myID = FIPAHelper.fromFIPASL(data); On 5 July 2011 13:59, Marc-Philippe Huget <Mar...@un...> wrote: > Hello all, > > Just continue using AF, and when we refer to Wiki, especially this page: > http://www.agentfactory.com/index.php/Architecture_/_Interpreter_Development_Guide > it appears that constructor for AgentID has changed, we now need at > least three arguments: name, addresses and resolvers. No problem to > fetch the agent name but it is more complicated for the address, do I > use StringTokenizer or is there any class to unmarshal the address > stuff? Thanks > > Cheers, > mph > > > -- > "L'esprit qui invente est toujours mécontent de ses progrès parce qu'il voit au-delà." Jean Le Rond d'Alembert > > %%%%%%%%%%%%%%%%%%%%%% > Dr Marc-Philippe Huget > Associate Professor > Polytech Annecy-Chambery-LISTIC > University of Savoie > BP 80439 > 74944 ANNECY LE VIEUX CEDEX > FRANCE > > http://www.unleashagents.com > %%%%%%%%%%%%%%%%%%%%%% > > > > ------------------------------------------------------------------------------ > All of the data generated in your IT infrastructure is seriously valuable. > Why? It contains a definitive record of application performance, security > threats, fraudulent activity, and more. Splunk takes this data and makes > sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-d2d-c2 > _______________________________________________ > Agentfactory-developer mailing list > Age...@li... > https://lists.sourceforge.net/lists/listinfo/agentfactory-developer > -- David Lillis School of Computer Science and Informatics University College Dublin Belfield, Dublin 4, Ireland t: +353 1 716 2908 e: dav...@uc... |