Interface ClusterServiceAsync
-
public interface ClusterServiceAsync
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
makeGlobal(String[] parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
void
makeLocal(String[] parameters, com.google.gwt.user.client.rpc.AsyncCallback<Void> callback)
-