Package com.sun.sgs.management

Examples of com.sun.sgs.management.NodeInfo


     * Returns the management information for this node.
     *
     * @return the management information for this node
     */
    NodeInfo getNodeInfo() {
        return new NodeInfo(getHostName(),
                            getId(),
                            isAlive(),
                            getBackupId(),
                            getJmxPort());
    }
View Full Code Here


     * Returns the management information for this node.
     *
     * @return the management information for this node
     */
    NodeInfo getNodeInfo() {
        return new NodeInfo(getHostName(),
                            getId(),
                            getHealth(),
                            getBackupId(),
                            getJmxPort());
    }
View Full Code Here

TOP

Related Classes of com.sun.sgs.management.NodeInfo

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.