guidocelada
2014-09-20 21:22:03 UTC
Hello,
I'm starting to create an app for load balancing in JADE.
I'm trying to create a container programmatically, i understand that the
code for creating a container is:
Runtime runtime = Runtime.instance();
AgentContainer container = runtime.createAgentContainer(new ProfileImpl());
So my question is: where should i put this code? in which class? a main one?
Thanks in advance,
Regards.
Guido Celada.
--
View this message in context: http://jade.17737.x6.nabble.com/Where-to-put-code-for-container-creation-tp5002730.html
Sent from the JADE - Dev mailing list archive at Nabble.com.
I'm starting to create an app for load balancing in JADE.
I'm trying to create a container programmatically, i understand that the
code for creating a container is:
Runtime runtime = Runtime.instance();
AgentContainer container = runtime.createAgentContainer(new ProfileImpl());
So my question is: where should i put this code? in which class? a main one?
Thanks in advance,
Regards.
Guido Celada.
--
View this message in context: http://jade.17737.x6.nabble.com/Where-to-put-code-for-container-creation-tp5002730.html
Sent from the JADE - Dev mailing list archive at Nabble.com.