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 onModuleLoad(). */ 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(); } }