Package org.glassfish.gms.bootstrap

Examples of org.glassfish.gms.bootstrap.HealthHistory$InstanceHealth


        try {
            /*
             * Should not fail, but we need to make sure it doesn't
             * affect GMS just in case.
             */
            hHistory = new HealthHistory(cluster);
            Dom.unwrap(cluster).addListener(hHistory);
        } catch (Throwable t) {
            GMS_LOGGER.log(LogLevel.WARNING, GMS_EXCEPTION_NEW_HEALTH_HISTORY,
                t.getLocalizedMessage());
        }
View Full Code Here

TOP

Related Classes of org.glassfish.gms.bootstrap.HealthHistory$InstanceHealth

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.