You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
370 B
Java

package org.gcube.vremanagement.resourcemanager.client.interfaces;
import org.gcube.common.clients.stubs.jaxws.JAXWSUtils.Empty;
import org.gcube.vremanagement.resourcemanager.client.exceptions.InvalidScopeException;
/**
*
* @author Andrea Manzi(CERN)
*
*/
public interface RMAdminInterface {
public Empty cleanSoftwareState() throws InvalidScopeException;
}