Package com.sun.grid.installer.gui.Host

Examples of com.sun.grid.installer.gui.Host.State


        return exitValue;
    }

    public static State generateState() {
        State state;

        state = State.values()[random(0, State.values().length - 1)];

        return state;
    }
View Full Code Here

TOP

Related Classes of com.sun.grid.installer.gui.Host.State

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.