Starts this Container and all agents right now loaded, if any.
Container
This Container might try to restore former agents depending on implementation and its options.
This Conainer might try to
Conainer
266267268269270271272273274275276
((JFrame)e.getSource()).dispose(); } }); container.setNodeName("TESTHOST"); container.start(); AgentInfo agentInfo = container.createAgentInfo(); agentInfo.setPackager(new NullPackager()); agentInfo.setAgentName("TestAgent"); agentInfo.setSecurityPolicy(new EverythingAllowedPolicy()); agentInfo.setAgent(new AgentBase(agentInfo.getAgentName())