Subject: containers
From: Alexander Osherenko (osherenk@informatik.hu-berlin.de)
Date: Wed Aug 07 2002 - 15:03:01 MET DST
Hello!
I'm wondering if I can assign a container a specified name. I thought it would be possible to set the container name in this code:
Profile p = new ProfileImpl();
// Create a new non-main container, connecting to the default
// main container (i.e. on this host, port 1099)
//How can I set my container name?
AgentContainer ac = rt.createAgentContainer(p);
Can I get the container under a specified name? Something like this:
AgentContainer ac = rt.getAgentContainer("myname");
Thanks in advance
Alexander Osherenko
Can I get the container under a specified name? Something like this:
AgentContainer ac = rt.getAgentContainer("myname");
Thanks in advance
This archive was generated by hypermail 2a22 : Wed Aug 07 2002 - 14:54:19 MET DST