JADE (Java) - 更改代理容器
有没有办法将代理重新分配到不同的容器,或者我是否必须创建一个新容器,然后在新容器中创建代理的所有新实例?
我做了很多搜索,似乎找不到有关容器重新分配的任何内容。
预先感谢您提供任何信息!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嘿,我认为您需要的代码是
dest 是在主容器中注册的新容器的位置名称。
Hey I think the code you need is
with dest being the location name of the new container as registered with the main container.