I want to get a list of all containers in the current platform. This question is similar, but the answer is obsolete and the method is by querying to the AMS agent. Is there any simpler way out than to communicate via ACL messages which I think is complex, there should be a way out to get a simple list of containers. Thanks for your help
相关问题
- JADE in Eclipse ICP exception
- Getting a list of all JADE containers
- Unable to instrument apache httpclient using javaa
- What are Groovy/Grails/Hibernate/JBoss/Jade in ver
- Passing ACL messages between jade remote platforms
相关文章
- Getting a list of all JADE containers
- Unable to instrument apache httpclient using javaa
- What are Groovy/Grails/Hibernate/JBoss/Jade in ver
- Passing ACL messages between jade remote platforms
- Alter value of a static field during class loading
- java.lang.UnsatisfiedLinkError中 - 本地方法的问题(java.lan
- 播放2.1 /走在帐户javaagent同时运行测试(Play 2.1 / taking in ac
- JADE行为()不工作(JADE action() not working)
You can achieve this by using the AMSSubscriber class and listen to the events when a container is added or removed. See sample code below:
Reference: 1) Developing multi-agent systems with JADE By Fabio Luigi Bellifemine, Giovanni Caire, Dominic Greenwood (page 111) 2) Jade API