Change-Id: I74743548e186a8faff52d2aed3888dbec53087ad
* @since 7.1
* @return A string representation of the current transport type
*/
- public String getCommunicationMethod() {
+ public String getCommunicationMethodName() {
if (push != null) {
return "Push (" + push.getTransportType() + ")";
} else {
addRow("Widget set", GWT.getModuleName());
addRow("Theme", connection.getConfiguration().getThemeName());
- String communicationMethodInfo = connection.getCommunicationMethod();
+ String communicationMethodInfo = connection.getCommunicationMethodName();
int pollInterval = connection.getUIConnector().getState().pollInterval;
if (pollInterval > 0) {
communicationMethodInfo += " (poll interval " + pollInterval + "s)";