Interface InfoServiceAsync
public interface InfoServiceAsync
- 
Method Summary
Modifier and TypeMethodDescriptionvoidgetCronDescription(String expression, String locale, com.google.gwt.user.client.rpc.AsyncCallback<String> callback) voidgetInfo(String locale, String tenant, boolean login, com.google.gwt.user.client.rpc.AsyncCallback<GUIInfo> callback) voidgetSessionInfo(com.google.gwt.user.client.rpc.AsyncCallback<List<GUIParameter>> callback) void 
- 
Method Details
- 
getInfo
 - 
getSessionInfo
 - 
ping
 - 
getCronDescription
 
 -