Package org.jboss.as.console.client.shared.model

Examples of org.jboss.as.console.client.shared.model.LoadProfile


        assert profileName!=null && !profileName.equals("") : "illegal profile name: "+profileName;
        if(!isVisible()) return;

        profileSelection.setName(profileName);

        circuit.dispatch(new LoadProfile(profileName));
        /*subsysStore.loadSubsystems(profileName, new SimpleCallback<List<SubsystemRecord>>() {
            @Override
            public void onSuccess(List<SubsystemRecord> result) {
                getView().setSubsystems(result);

View Full Code Here

TOP

Related Classes of org.jboss.as.console.client.shared.model.LoadProfile

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.