public void start(BundleContext context) throws Exception { // System.out.println("=> BUNDLE: br.ufes.inf.ngn.televoto.manager.logic | CLASS: // ManagerLogicActivator | METOD: start"); //By Ju // Register AgentFactory service Bundle b = context.getBundle(); agentFactory = new AgentFactoryService(); agentFactory.init(b); }
public void stop(BundleContext context) throws Exception { // System.out.println("=> BUNDLE: br.ufes.inf.ngn.televoto.manager.logic | CLASS: // ManagerLogicActivator | METOD: stop "); //By Ju agentFactory.clean(); }