Examples of reportHealth()


Examples of com.sun.sgs.service.WatchdogService.reportHealth()

        WatchdogService watchdogService =
                    (WatchdogService)serverNode.getWatchdogService();

        // By reporting health as YELLOW there should not be any nodes available
        // for assignment
        watchdogService.reportHealth(
                                serverNode.getDataService().getLocalNodeId(),
                                Health.YELLOW, "A");

        long nodeId = nodeMappingService.assignNode(NodeMappingService.class,
                                                    new IdentityImpl("first"));
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.