Interface ClusterServiceAsync


public interface ClusterServiceAsync
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    makeGlobal(List<String> parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
    void
    makeLocal(List<String> parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
     
  • Method Details

    • makeGlobal

      void makeGlobal(List<String> parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
    • makeLocal

      void makeLocal(List<String> parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)