ishealth-monitor-widget/src/main/java/org/gcube/portlets/admin/ishealthmonitor/client/Resource_ishealth_monitor.java

23 lines
630 B
Java

package org.gcube.portlets.admin.ishealthmonitor.client;
import org.gcube.portlets.admin.ishealthmonitor.client.dialog.ISMonitor;
import com.google.gwt.core.client.EntryPoint;
/**
* Entry point classes define <code>onModuleLoad()</code>.
*/
public class Resource_ishealth_monitor implements EntryPoint {
public void onModuleLoad() {
/*
* just for running standalone uncomment this line and
*
* ISMonitor#initScopes add scope manually (see commented lines) and in
*
* ISMonitorServiceImpl#getResourceTypeTree use GCUBEScope.getScope(scope) instead of ScopeManager
*
*/
//ISMonitor.pingIS();
}
}