Package org.jmanage.monitoring.downtime.event

Examples of org.jmanage.monitoring.downtime.event.ApplicationUpEvent


                    new ApplicationDownEvent(appConfig));
        }else if(!wasOpen && isOpen){
            // application came pack up
            wasOpen = true;
            EventSystem.getInstance().fireEvent(
                    new ApplicationUpEvent(appConfig));
        }
    }
View Full Code Here

TOP

Related Classes of org.jmanage.monitoring.downtime.event.ApplicationUpEvent

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.