Is there a way to reassign agents to a different container or will I have to create a new container and then create all new instances of the agents within the new container?

I have done a lot of searching and can't seem to find anything on container reassignment.

Thanks in advance for any info!

link|improve this question
feedback

2 Answers

up vote 1 down vote accepted

Hey I think the code you need is

myAgent.doMove( dest );

with dest being the location name of the new container as registered with the main container.

link|improve this answer
Thanks! That is exactly what I was looking for. I don't know why I couldn't find that myself! – Chad S Jun 4 '10 at 14:21
feedback

Did you mean Mobile Agent? Check out JADE examples, src/examples/mobile

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.