Package org.jmanage.core.config.event

Examples of org.jmanage.core.config.event.ApplicationChangedEvent


       
        ConnectorRegistry.remove(config);

        ApplicationConfigManager.updateApplication(config);
        // TODO: this should be moved down to ApplicationConfigManager -rk
        EventSystem.getInstance().fireEvent(new ApplicationChangedEvent(config));

        // TODO: Use the event above to do this update - rk
        /* update the AlertEngine */
        AlertEngine.getInstance().updateApplication(config);

View Full Code Here


            paramValues.remove(ApplicationConfig.JNDI_URL);
        }

        ApplicationConfigManager.updateApplication(config);
        // TODO: this should be moved down to ApplicationConfigManager -rk
        EventSystem.getInstance().fireEvent(new ApplicationChangedEvent(config));
    
        // TODO: Use the event above to do this update - rk
        /* update the AlertEngine */
        AlertEngine.getInstance().updateApplication(config);

View Full Code Here

TOP

Related Classes of org.jmanage.core.config.event.ApplicationChangedEvent

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.